Kylas CRM for Cursor
io.github.kylastech/kylas-crm
MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.
client:Cursor
transport:stdio
runtime:pypi
Install Kylas CRM in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kylas-crm": {
"type": "stdio",
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<KYLAS_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs