Kylas Crm
Rank #16,686io.github.kylastech/kylas-crm
MCP server providing kylas-crm capabilities
Kylas Crm is a Model Context Protocol (MCP) server published by kylastech. It ranks #16,686 of 132,046 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Kylas Crm is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Feb 4, 2026 and most recently updated on Feb 9, 2026.
Ranks ahead of 115,360 of 132,046 servers on MCP Toplist.
Use Kylas Crm
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kylas-crm -e "KYLAS_API_KEY=<your KYLAS_API_KEY>" -e "KYLAS_BASE_URL=<your KYLAS_BASE_URL>" -- uvx kylas-crm-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.kylas-crm]
command = "uvx"
args = ["kylas-crm-mcp-server"]
[mcp_servers.kylas-crm.env]
KYLAS_API_KEY = "<your KYLAS_API_KEY>"
KYLAS_BASE_URL = "<your KYLAS_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kylas-crm": {
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<your KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<your KYLAS_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kylas-crm": {
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<your KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<your KYLAS_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kylas-crm": {
"type": "stdio",
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<your KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<your KYLAS_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kylas-crm": {
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<your KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<your KYLAS_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kylas-crm": {
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<your KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<your KYLAS_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kylastech%2Fkylas-crm)<a href="https://mcptoplist.com/server/io.github.kylastech%2Fkylas-crm"><img src="https://mcptoplist.com/badge/io.github.kylastech%2Fkylas-crm.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
kylastech
Available versions (3)
| Version | Published |
|---|---|
| 1.0.4 | Feb 9, 2026 |
| 1.0.0 | Feb 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Kylas Crm?
- Kylas Crm is maintained by kylastech, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Kylas Crm listed on the Official MCP Registry?
- Yes — Kylas Crm is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Kylas Crm have?
- MCP Toplist tracks 3 versions of Kylas Crm, most recently published on Feb 9, 2026.
- Where can I find the source code for Kylas Crm?
- The source code for Kylas Crm is hosted at github.com/kylastech/kylas-crm-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.