Twenty CRM
A Model Context Protocol (MCP) server for Twenty CRM integration. Enables natural language interactions with your CRM data through Claude and other AI assistants. Supports CRUD operations, dynamic schema discovery, and advanced search across people,
What is Twenty CRM?
Twenty CRM is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol (mcp) server for twenty crm integration. enables natural language interactions with your crm data through claude and other ai assistants. supports crud operations, dynamic schem...
A Model Context Protocol (MCP) server for Twenty CRM integration. Enables natural language interactions with your CRM data through Claude and other AI assistants. Supports CRUD operations, dynamic schema discovery, and advanced search across people,
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol (MCP) server for Twenty CRM integra
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx twenty-crmConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Twenty CRM
Twenty CRM MCP Server connects AI assistants to the Twenty open-source CRM platform, enabling natural language interactions with your CRM data including full CRUD operations on people, companies, tasks, and notes. It dynamically discovers your CRM schema so it works with both the Twenty cloud service and self-hosted instances without requiring any code changes. Teams use it to let Claude query contacts, create follow-up tasks, search across all CRM objects, and manage pipeline data through conversational prompts rather than navigating the CRM UI.
Prerequisites
- A Twenty CRM account (cloud at twenty.com or self-hosted instance)
- A Twenty API key (found in Settings > API & Webhooks)
- Node.js 18 or higher installed
- An MCP-compatible client such as Claude Desktop
- The twenty-crm-mcp-server repository cloned locally
Clone the repository and install dependencies
Download the MCP server source and install its Node.js dependencies.
git clone https://github.com/mhenry3164/twenty-crm-mcp-server
cd twenty-crm-mcp-server
npm installObtain your Twenty API key
Log in to your Twenty CRM workspace, navigate to Settings > API & Webhooks, and create a new API key. Copy the key — it will not be shown again.
Configure Claude Desktop with the server
Add the twenty-crm MCP server to your Claude Desktop configuration, providing your API key and optionally your self-hosted base URL.
Restart Claude Desktop
Quit and relaunch Claude Desktop so it picks up the new MCP server configuration and connects to your Twenty workspace.
Verify the connection
Ask Claude to list people or companies in your CRM. If the server is connected correctly, it will query your Twenty workspace and return real data.
Twenty CRM Examples
Client configuration
Add twenty-crm to your Claude Desktop config with your API key. For self-hosted Twenty, replace the TWENTY_BASE_URL with your domain.
{
"mcpServers": {
"twenty-crm": {
"command": "node",
"args": ["/path/to/twenty-crm-mcp-server/index.js"],
"env": {
"TWENTY_API_KEY": "your_api_key_here",
"TWENTY_BASE_URL": "https://api.twenty.com"
}
}
}
}Prompts to try
Natural language prompts for managing your Twenty CRM data through Claude.
- "List the first 10 people in my CRM"
- "Create a company called Acme Corp with domain acmecorp.com"
- "Show me all overdue tasks assigned to me"
- "Search for any CRM records mentioning 'Series A'"
- "Add a note to John Smith's contact record about our call today"Troubleshooting Twenty CRM
Authentication fails with 'unauthorized' or 401 errors
Double-check that TWENTY_API_KEY in your config matches the key shown in Twenty CRM Settings > API & Webhooks. API keys are workspace-specific — ensure the key is from the correct workspace. Keys may expire; generate a new one if needed.
The server connects but returns no data for list operations
Verify that TWENTY_BASE_URL is correct for your deployment. For self-hosted Twenty, use your own domain (e.g., https://crm.yourcompany.com) rather than the default https://api.twenty.com. Test the API directly with curl to confirm connectivity.
Schema discovery fails or returns unexpected fields
The server dynamically discovers schema via the Twenty API. If your Twenty instance has custom objects or fields, these will be discovered automatically. If discovery fails, ensure your API key has metadata read permissions in Twenty workspace settings.
Frequently Asked Questions about Twenty CRM
What is Twenty CRM?
Twenty CRM is a Model Context Protocol (MCP) server that model context protocol (mcp) server for twenty crm integration. enables natural language interactions with your crm data through claude and other ai assistants. supports crud operations, dynamic schema discovery, and advanced search across people, It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Twenty CRM?
Follow the installation instructions on the Twenty CRM GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Twenty CRM?
Twenty CRM works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Twenty CRM free to use?
Yes, Twenty CRM is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Twenty CRM Alternatives — Similar Business Applications Servers
Looking for alternatives to Twenty CRM? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Twenty CRM in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Twenty CRM?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.