MCP Directory
Back

twenty-crm-mcp-server

by mhenry3164 · JavaScript · ★ 66

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, companies, tasks, and notes.

Install

npx -y github:mhenry3164/twenty-crm-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "twenty-crm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:mhenry3164/twenty-crm-mcp-server"
      ]
    }
  }
}

From the README

**Transform your CRM into an AI-powered assistant** [](https://opensource.org/licenses/MIT) [](https://nodejs.org/) [](https://twenty.com) [](https://modelcontextprotocol.io/) *A Model Context Protocol server that connects [Twenty CRM](https://twenty.com) with Claude and other AI assistants, enabling natural language interactions with your customer data.* [🚀 Quick Start](#-installation) • [📖 Usage Examples](#-usage) • [🛠️ API Reference](#-api-reference) • [🤝 Contributing](#-contributing) - Node.js 18 or higher - A Twenty CRM instance (cloud or self-hosted) - Claude Desktop or compatibl…
Read full README on GitHub →

Related productivity servers