ADK-Rust Enterprise CRM MCP Server — Salesforce, HubSpot, Zoho CRM, Pipedrive with unified contacts, deals, pipelines
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-crm": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-crm"
]
}
}
}
Run in terminal:
claude mcp add mcp-crm cargo run -- mcp-crm
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-crm": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-crm"
]
}
}
}