The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Kylas CRM listing page.
Model Context Protocol server for Kylas CRM lead operations. Use it from Cursor, Claude Desktop, or any MCP client to create leads, search and filter leads, and look up users, products, and pipelines.
Set environment variables (or use a .env file):
| Variable | Required | Description |
|---|---|---|
KYLAS_API_KEY | Yes | Your Kylas API key |
KYLAS_BASE_URL | No | API base URL (default: https://api.kylas.io/v1) |
The server uses stdio transport (default for MCP). Run:
MCP clients (e.g. Cursor) typically start this process and communicate via stdin/stdout.
To publish this server to the official MCP Registry (so it appears in Cursor and other MCP clients):
mcp-publisher login github, then mcp-publisher publish.See PUBLISHING.md for the full step-by-step guide.
See repository for license information.