MCP Server
MCP
Kylas CRM
MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.
Install
uvx kylas-crm-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "kylas-crm-mcp-server",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Kylas API key (required)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KYLAS_API_KEY"
},
{
"description": "Kylas API base URL (optional, default: https://api.kylas.io/v1)",
"format": "string",
"name": "KYLAS_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment