MCP Server for Quickesta CRM — 91 tools, multi-tenant auth, STDIO + HTTP transport
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"quickesta-crm-mcp": {
"command": "npx",
"args": [
"-y",
"quickesta/quickesta-crm-mcp"
]
}
}
}
Run in terminal:
claude mcp add quickesta-crm-mcp npx -y quickesta/quickesta-crm-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"quickesta-crm-mcp": {
"command": "npx",
"args": [
"-y",
"quickesta/quickesta-crm-mcp"
]
}
}
}