MCP server for Creatio CRM. Connect ChatGPT, Claude, and GitHub Copilot to Creatio via Model Context Protocol (MCP) and OData v4.
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-creatio": {
"command": "npx",
"args": [
"-y",
"CRACKISH/mcp-creatio"
]
}
}
}
Run in terminal:
claude mcp add mcp-creatio npx -y CRACKISH/mcp-creatio
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-creatio": {
"command": "npx",
"args": [
"-y",
"CRACKISH/mcp-creatio"
]
}
}
}