MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx kylas-crm-mcp
MCP client config
{
"mcpServers": {
"kylas-crm": {
"command": "uvx",
"args": [
"kylas-crm-mcp"
]
}
}
}