@schematics-sh/mcp
v0.4.0
Published
MCP server for Schematics - Operate Clay from Claude Code
Maintainers
Readme
@schematics-sh/mcp
MCP server for Schematics — operate Clay from Claude.
What is Schematics?
Schematics is a GTM engineering tool that connects Claude to your Clay workspace. Through this MCP server, Claude can:
- Query your workspace — table structure, column lineage, dependencies
- Read live data — row data, cell values, run status
- Build columns — enrichments, AI columns, formulas, waterfalls
- Modify columns — update prompts, rename, delete, run on rows
- Advise on pipeline design — enrichment selection, architecture, cost optimization
Requires the Schematics Chrome extension to bridge between Claude and Clay.
Installation
Claude Code:
claude mcp add schematics -- npx @schematics-sh/mcpClaude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"schematics": {
"command": "npx",
"args": ["@schematics-sh/mcp"]
}
}
}After installation, restart Claude and say:
"Help me set up Schematics"
Claude will walk you through authentication and connecting your Clay workspace.
Tools
| Tool | Purpose |
|------|---------|
| ask | Query workspace structure and lineage (cached, fast) |
| get | Read live data from Clay via extension |
| do | Create, update, delete, and run columns |
| search | Search the Clay enrichment catalog |
| consult | Get GTM engineering advice for pipeline design |
Learn More
License
MIT
