What is MCP?
Model Context Protocol (MCP) is an open standard created by Anthropic that lets AI agents discover and use external tools. Think of it as a universal adapter between AI models and your software.
Instead of building custom API integrations for every AI tool, you expose a single MCP endpoint. Any compatible AI client — Claude Desktop, ChatGPT, Cursor, VS Code, n8n AI Agent, and 50+ more — can automatically discover all available operations and start using them immediately.
What Can AI Do with Your CRM?
With MCP enabled, your AI agent can perform all 170 CRM operations through natural conversation:
The AI automatically discovers all available tools based on your API key permissions. Non-admin keys only see operations they're authorized for.
How to Set It Up
Step 1: Enable MCP in PerfexCRM
Go to Setup > API & Webhooks > Settings > Advanced and toggle MCP Server to enabled.
Step 2: Configure Your AI Client
Add your PerfexCRM MCP endpoint to your AI client's config. For Claude Desktop, edit claude_desktop_config.json:
{
"mcpServers": {
"perfexcrm": {
"url": "https://your-crm.com/api/v1/mcp",
"headers": {
"X-API-KEY": "pk_your_api_key"
}
}
}
}Step 3: Start Using It
Open Claude Desktop (or your preferred MCP client) and start asking questions about your CRM data. The AI will automatically use the right tools.
Compatible AI Clients
MCP is supported by a growing ecosystem of AI tools:
Security
MCP respects the same security model as the REST API:
MCP is disabled by default. You must explicitly enable it in Settings.
What's Next?
MCP is just the beginning. We're working on:
PerfexAPI Pro is the first — and currently only — PerfexCRM module with MCP support. Get ahead of the curve.
You can also manage PerfexCRM from WhatsApp, Telegram, and Slack using OpenClaw AI agents.
Ready to Get Started?
Get the complete PerfexCRM API module with MCP, webhooks, n8n node, and more.
View Pricing