
Kylas CRM
Create, search, and manage Kylas CRM leads from your coding agent using a single API key.
Overview
Kylas CRM MCP is a Grow-phase MCP server that lets agents create, search, and manage Kylas CRM leads using KYLAS_API_KEY over stdio.
What is this MCP server?
- Lead create, search, and manage operations via MCP
- Required KYLAS_API_KEY with optional KYLAS_BASE_URL override
- stdio PyPI package kylas-crm-mcp v1.0.0
- Default API base https://api.kylas.io/v1
- Purpose-built for Kylas CRM—not a generic HTTP MCP
- PyPI package version 1.0.0 (identifier kylas-crm-mcp)
- Required secret env: KYLAS_API_KEY
- Default API base URL: https://api.kylas.io/v1
What problem does it solve?
Updating Kylas leads by hand or ad-hoc curl breaks flow when you are trying to automate solo sales follow-up.
Who is it for?
Solo founders already on Kylas who want agent-assisted lead capture and search.
Skip if: Teams on HubSpot or Salesforce only, or builders without a Kylas account and API key.
What do I get? / Deliverables
After setup, your agent can perform Kylas lead operations through MCP instead of custom CRM scripts.
- Agent-invokable Kylas lead create, search, and manage actions
- CRM updates without maintaining a custom Kylas client in every repo
Recommended MCP Servers
Journey fit
How it compares
Kylas-specific CRM MCP integration, not a multi-CRM abstraction or marketing automation skill.
Common Questions / FAQ
Who is Kylas CRM MCP for?
Indie and solo B2B builders using Kylas CRM who want MCP agents to handle lead create, search, and management tasks.
When should I use Kylas CRM MCP?
Use it in Grow when you are actively managing pipeline, logging leads from experiments, or syncing outreach results into Kylas.
How do I add Kylas CRM MCP to my agent?
Install kylas-crm-mcp from PyPI, set KYLAS_API_KEY (and KYLAS_BASE_URL if needed), then register the stdio MCP server in your agent.