Twenty CRM Connector for AI agents.
25 live capabilities
Manage your sales pipeline and contact database through natural conversation.
Waiting for input…
Why people use Twenty CRM
Twenty CRM Sales Pipeline Management
This Connector fixes that by putting your Twenty CRM data directly into your current workspace. Instead of manual clicks, you just tell your agent to `create_opportunity` or `update_person`. You get a clean, updated database without ever leaving your primary workspace.
What Vinkius changes
You get a direct text-based interface for your entire sales database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Adding leads during a live call
An account manager receives a new lead and asks the agent to `create_person` and `create_company` to log the info immediately.
- Real-world use case 02
Updating a deal stage
A sales rep finishes a meeting and tells the agent to use `update_opportunity` to move a deal to the 'Negotiation' stage.
- Real-world use case 03
Cleaning up old data
A CRM admin asks the agent to `list_people` and then use `delete_person` to remove all inactive contacts from last year.
Complete set · 25capabilities
The complete Twenty CRM capability set.
These are the exact actions your AI can choose when you ask it to work with Twenty CRM.
01—04
4 capabilities in this set.
Part of 25 available through Twenty CRM.
- 01 Capability
Create opportunity
Create a new opportunity. This lets you add new sales deals to your pipeline instantly.
- 02 Capability
Create person
Create a new person. Use this to add new leads or contacts to your database.
- 03 Capability
Delete person
Delete a person. This lets you remove contacts from your database when they are no longer needed.
- 04 Capability
List tasks
List tasks in Twenty CRM. This shows all the active items your team needs to complete.
05—08
4 capabilities in this set.
Part of 25 available through Twenty CRM.
- 05 Capability
Update person
Update an existing person. This helps keep contact details accurate without manual editing.
- 06 Capability
Create note
Create a new note. Use this to log a new interaction or piece of information about a contact.
- 07 Capability
Get person
Get a specific person by ID. This pulls up the full profile of a single contact.
- 08 Capability
Get task
Get a specific task by ID. This lets you see the details of a specific item on your task list.
09—12
4 capabilities in this set.
Part of 25 available through Twenty CRM.
- 09 Capability
List people
List people in Twenty CRM. This lets you see every contact currently stored in your database.
- 10 Capability
Update task
Update an existing task. Use this to change deadlines or statuses for your team's to-do list.
- 11 Capability
Get company
Get a specific company by ID. This pulls up all the metadata for a single organization instantly.
- 12 Capability
Get note
Get a specific note by ID. This lets you quickly read back specific details from past interactions.
13—16
4 capabilities in this set.
Part of 25 available through Twenty CRM.
- 13 Capability
Get opportunity
Get a specific opportunity by ID. This retrieves the current status and value of a specific sales deal.
- 14 Capability
List companies
List companies in Twenty CRM. This gives you a high-level view of every organization in your database.
- 15 Capability
List notes
List notes in Twenty CRM. This shows you all the recorded interactions and comments in one view.
- 16 Capability
List opportunities
List opportunities in Twenty CRM. This provides a full overview of your current sales pipeline.
17—19
3 capabilities in this set.
Part of 25 available through Twenty CRM.
- 17 Capability
Update company
Update an existing company. Use this to change company names, details, or organizational metadata.
- 18 Capability
Update note
Update an existing note. This allows you to edit or refine notes from previous conversations.
- 19 Capability
Update opportunity
Update an existing opportunity. Use this to move deals through different stages of your pipeline.
20—22
3 capabilities in this set.
Part of 25 available through Twenty CRM.
- 20 Capability
Create task
Create a new task. This lets you quickly add new items to your team's daily to-do list.
- 21 Capability
Delete company
Delete a company. Use this to remove organizations that are no longer relevant to your business.
- 22 Capability
Delete note
Delete a note. This allows you to remove incorrect or unnecessary notes from your history.
23—25
3 capabilities in this set.
Part of 25 available through Twenty CRM.
- 23 Capability
Delete opportunity
Delete an opportunity. Use this to remove sales deals that are no longer active or valid.
- 24 Capability
Delete task
Delete a task. Use this to clear out completed or irrelevant items from your task list.
- 25 Capability
Create company
Create a new company. This lets you add new organizational accounts to your CRM.
Set up in minutes
One URL. Then ask Twenty CRM to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Twenty CRM from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kAR93l8VFreZPWYLgHHGHAEDdZBtc0Dk4gJo8Cpz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Twenty CRM, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Twenty CRM for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kAR93l8VFreZPWYLgHHGHAEDdZBtc0Dk4gJo8Cpz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Twenty CRM URL.
- Step 03
Save and start
Save the connection and enable Twenty CRM in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"twenty-crm": {
"url": "https://edge.vinkius.com/vk_preview_kAR93l8VFreZPWYLgHHGHAEDdZBtc0Dk4gJo8Cpz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Twenty CRM
Open Agent mode in chat and ask: "Using Twenty CRM, help me...". 25 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"twenty-crm": {
"url": "https://edge.vinkius.com/vk_preview_kAR93l8VFreZPWYLgHHGHAEDdZBtc0Dk4gJo8Cpz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Twenty CRM
Ask Copilot: "Using Twenty CRM, help me...". 25 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"twenty-crm": {
"url": "https://edge.vinkius.com/vk_preview_kAR93l8VFreZPWYLgHHGHAEDdZBtc0Dk4gJo8Cpz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Twenty CRM
Open Cascade and ask: "Using Twenty CRM, help me...". 25 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"twenty-crm": {
"url": "https://edge.vinkius.com/vk_preview_kAR93l8VFreZPWYLgHHGHAEDdZBtc0Dk4gJo8Cpz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Twenty CRM
Ask Cline: "Using Twenty CRM, help me...". 25 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add twenty-crm --transport http "https://edge.vinkius.com/vk_preview_kAR93l8VFreZPWYLgHHGHAEDdZBtc0Dk4gJo8Cpz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Twenty CRM
Ask Claude: "Using Twenty CRM, show me...". 25 tools are ready
Where the request belongs
Work Twenty can move forward.
This is for sales ops who hate manual data entry, account managers who need instant info during calls, and devs who need to test CRM integrations without a UI.
Sales Development Representative
Updates lead statuses and creates new opportunities as they happen in real-time.
Account Manager
Pulls up company details and recent notes instantly while on a live client call.
CRM Administrator
Cleans up duplicate records and manages large batches of company data through chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAgile CRM
Manage contacts, deals, and marketing campaigns in one place with a CRM built for growing sales teams.
Capsule CRM
Manage your CRM via Capsule. track contacts, opportunities, and tasks directly from any AI agent.
Keap
Manage CRM contacts, marketing campaigns, and sales automation via Keap.
Nutshell CRM
Manage sales and relationships via Nutshell CRM. track leads, contacts, and accounts directly from your AI agent.
Attio
Build powerful CRM workflows with flexible data models, relationship tracking, and deal management tailored to your process.
Bring your own AI
Change the model, client or framework. Keep Twenty connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Twenty.
The practical details behind the request, access and result.
Can I use the Twenty CRM MCP to create new leads?
Yes, you can use the Connector to create new people and companies directly through your AI client. This lets you log new leads as soon as you get them without switching tabs.
How does the Twenty CRM MCP help with my sales pipeline?
It allows your agent to list, create, and update opportunities. You can track deal progress and move items through different stages using natural language.
Can I delete records using the Twenty CRM MCP?
Yes, the Connector includes capabilities to delete people, companies, notes, tasks, and opportunities. This makes it easy to keep your database clean and organized.
Is the Twenty CRM MCP good for account managers?
It's great for account managers who need to quickly pull up company details or recent notes during a live call. It provides instant access to your data when you need it most.
Does the Twenty CRM MCP support tasks?
Yes, you can create, list, update, and delete tasks. This helps you manage your team's daily to-do list and keep track of follow-ups directly from your AI interface.
Can I use this to update contact info?
You can use the Connector to update person records. If a contact changes their phone number or job title, you can just tell your agent to make the change.
Can I create a new contact person directly through the AI?
Yes! Use the create_person capability by providing at least a first name. You can also include a last name to create a complete record in your Twenty CRM database.
How do I see all the companies currently registered in my CRM?
Simply ask the agent to run the list_companies capability. It will retrieve a list of all company records (accounts) stored in your Twenty environment.
Is it possible to update the details of an existing sales opportunity?
Yes, you can use the update_opportunity capability. You will need the specific Opportunity ID and the new fields (like name) you wish to modify.
One connection away
Give your agent a direct line to Twenty.
Connect Twenty once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available