Odel
Kylas CRM

Kylas CRM

Local
@akshaykylas94PythonUpdated 7mo ago

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).

PyPIkylas-crm-mcpv1.0.0

Run

uvx kylas-crm-mcp

MCP client config

{
  "mcpServers": {
    "kylas-crm": {
      "command": "uvx",
      "args": [
        "kylas-crm-mcp"
      ]
    }
  }
}