This MCP server enables Claude Desktop and other MCP clients to interact with Method CRM.
Server Config
{
"mcpServers": {
"method-crm-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://method.avinashsangle.com/mcp",
"--header",
"X-Method-API-Key:{{Method_APIKEY}}"
]
}
}
}