Products
Solutions
Company

MCP Corezoid (AI Plugin)

img

A connector for working with Corezoid processes from AI agents (Claude, GPT, etc.).

Capabilities:

  • Launch Corezoid processes from AI
  • Embed business logic into agents
  • Automate workflows without additional code

Repository: https://github.com/corezoid/corezoid-ai-plugin

Installation

git clone https://github.com/corezoid/corezoid-ai-doc.git
cd corezoid-ai-doc/mcp-server && uv sync

Add your Corezoid API keys (API_LOGIN / SECRET / BASE_URL / COMPANY_ID) to .env and add the following configuration to claude_desktop_config.json:

"mcpServers": {
    "corezoid": {
        "command": "uv",
        "args": ["run", "--directory", "/Users/user/corezoid-ai-doc/mcp-server", "python", "main.py"]
    }
}

Then start the server:

npm start

MCP is ready — you can now work with Corezoid processes from AI.

Requirements:

  • Python 3.10+
  • uv package manager (Astral)
  • Claude Desktop (MCP-enabled)
  • Corezoid API credentials (API_LOGIN, SECRET, BASE_URL, COMPANY_ID)

Optional:

  • Node.js (only if used for local tooling)
VIEW ALLMore
Let's create your first process!