Method CRM MCP Server
A production-ready Model Context Protocol (MCP) server for Method CRM API integration. This server enables LLMs to interact with Method CRM data through well-designed tools for tables, files, users, events, and API key management.
Features
- 20 Comprehensive Tools covering all Method CRM operations
- API Key Authentication (fully implemented) with OAuth2 placeholders
- Dual Transport Support: stdio (local) and streamable HTTP (remote)
- Rate Limiting & Retry Logic: Automatic handling of API limits
- Type-Safe: Full Pydantic validation for all inputs
- Actionable Errors: Clear error messages with suggestions
- Pagination Support: Efficient handling of large datasets
- Multiple Response Formats: JSON and Markdown outputs
Installation
Prerequisites
- Python 3.10 or higher
- Method CRM account with API access
- API key (obtain from Method CRM dashboard)
Install Dependencies
# Clone the repository
git clone https://github.com/avisangle/method-crm-mcp.git
cd method-crm-mcp
# Install dependencies
pip install -e .
# Or install with dev dependencies
pip install -e ".[dev]"





