package.json•1.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"
}