Kylas CRM for Cline
io.github.kylastech/kylas-crm
MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.
client:Cline
transport:stdio
runtime:pypi
Install Kylas CRM in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kylas-crm": {
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<KYLAS_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs