MCP Server
Rank #40,766io.getcoherence/mcp
Coherence MCP — chat with your CRM's AI agent from Claude, Cursor, and Cline.
MCP Server is a Model Context Protocol (MCP) server published by getcoherence. It ranks #40,766 of 115,591 servers tracked on MCP Toplist. MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on May 12, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 74,825 of 115,591 servers on MCP Toplist.
Use MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add getcoherence -e "COHERENCE_API_TOKEN=<your COHERENCE_API_TOKEN>" -e "COHERENCE_API_URL=<your COHERENCE_API_URL>" -- npx -y @coherenceos/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.getcoherence]
command = "npx"
args = ["-y", "@coherenceos/mcp-server"]
[mcp_servers.getcoherence.env]
COHERENCE_API_TOKEN = "<your COHERENCE_API_TOKEN>"
COHERENCE_API_URL = "<your COHERENCE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getcoherence": {
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_TOKEN": "<your COHERENCE_API_TOKEN>",
"COHERENCE_API_URL": "<your COHERENCE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getcoherence": {
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_TOKEN": "<your COHERENCE_API_TOKEN>",
"COHERENCE_API_URL": "<your COHERENCE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"getcoherence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_TOKEN": "<your COHERENCE_API_TOKEN>",
"COHERENCE_API_URL": "<your COHERENCE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getcoherence": {
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_TOKEN": "<your COHERENCE_API_TOKEN>",
"COHERENCE_API_URL": "<your COHERENCE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"getcoherence": {
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_TOKEN": "<your COHERENCE_API_TOKEN>",
"COHERENCE_API_URL": "<your COHERENCE_API_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.getcoherence%2Fmcp)<a href="https://mcptoplist.com/server/io.getcoherence%2Fmcp"><img src="https://mcptoplist.com/badge/io.getcoherence%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
getcoherence
Available versions (3)
| Version | Published |
|---|---|
| 0.2.3 | May 13, 2026 |
| 0.2.2 | May 12, 2026 |
| 0.2.1 | May 12, 2026 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by getcoherence, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 3 versions of MCP Server, most recently published on May 13, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/getcoherence/mcp-server.