Skip to main content
Glama

Twenty CRM MCP Server

by denisalmeida
package.json1.11 kB
{ "name": "twenty-crm-mcp-server", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for Twenty CRM integration. Enables natural language interactions with your CRM data through Claude and other AI assistants.", "type": "module", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --inspect src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.19.2" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "twenty", "crm", "server", "claude", "ai", "assistant", "natural-language", "api", "integration" ], "author": "mhenry3164", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mhenry3164/twenty-crm-mcp-server.git" }, "bugs": { "url": "https://github.com/mhenry3164/twenty-crm-mcp-server/issues" }, "homepage": "https://github.com/mhenry3164/twenty-crm-mcp-server#readme" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/denisalmeida/twenty-crm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server