bitrix24 mcp for Cursor
io.github.rcs-kz/bitrix24-mcp
Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.
client:Cursor
transport:stdio
runtime:npm
Install bitrix24 mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bitrix24-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rcs-kz/bitrix24-mcp"
],
"env": {
"BITRIX24_WEBHOOK_URL": "<BITRIX24_WEBHOOK_URL>",
"RCS_LICENSE_KEY": "<RCS_LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs