How to Use the Attio MCP in Claude Code
Pipe Attio CRM data into your shell scripts and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Attio MCP to Claude Code
Create your Vinkius account to connect Attio to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query Attio from the Command Line
This server connects Attio straight to your terminal. Run a command like `claude attio-mcp query_records --object 'Companies' --filter "region = 'EMEA'"` and you'll get a clean JSON output of matching companies. That output is ready to be piped into other CLI tools. Use `jq` to parse the JSON, `grep` to filter it, or `less` to page through it. Your CRM becomes another scriptable data source, just like a local file or database.
Run Attio Sync Jobs in CI/CD
Here's the real value for backend work. You can set up a GitHub Action that runs a nightly script. That script can use this MCP server to `query_records` from a production database and then call `assert_record` to sync that data into Attio. Your CI/CD pipeline is no longer isolated from your CRM. After a successful deployment, you can have a script use the `create_record` tool to log the event in a custom Attio object. It connects your development operations to your business data.
Headless Data Management via Scripts
Write simple shell scripts to handle bulk data tasks without a full SDK. A `bash` script can read a text file of record IDs, loop through them, and call `get_record` on each one to assemble a report. It's straightforward and effective. This is perfect for cron jobs. Set up a script to run every hour, using `search_records` to find any new leads that are missing an owner, then pipe the results into a notification script. It's headless CRM management that runs on your schedule.
Set up Attio MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeattio-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Attio transactions." It will automatically discover and invoke the available Attio tools.
claude mcp add --transport http attio-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Attio MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Attio MCP today
We host it, we monitor it, we maintain it. You just paste one token.