How to Use the Twenty CRM MCP in Claude Code
Run Twenty CRM automation and sales workflows from the terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Twenty CRM MCP to Claude Code
Create your Vinkius account to connect Twenty CRM 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.
Execute full data syncs with the MCP Server
You can write simple shell scripts that call `list_companies` to get a list of all client companies. This allows you to pipe that output into another tool, like a custom reporting engine, entirely headless. Need to update multiple records? The Claude Code connection lets you script the entire process: pull IDs via `list_opportunities`, loop through them in your cron job, and then call `update_opportunity` for each one.
Manage Twenty CRM data from CI/CD pipelines
Use this MCP Server to manage critical records during deployment. Before a release, you can run a script that ensures all necessary test users are present by calling `get_person` and then `create_person` if they're missing. This makes it perfect for ensuring data integrity across your entire system using the terminal.
Scripted CRUD operations on Twenty CRM
The server supports all core actions. You can write a single command that calls `create_note`, passing in specific IDs and content, then immediately call `update_task` to log the completion of that action. It's direct: you give the command, the MCP Server executes it against Twenty CRM, and you get the confirmation status back into your shell pipe.
Set up Twenty CRM 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 seetwenty-crm-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Twenty CRM transactions." It will automatically discover and invoke the available Twenty CRM tools.
claude mcp add --transport http twenty-crm-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 Twenty CRM MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Twenty CRM MCP today
We host it, we monitor it, we maintain it. You just paste one token.