
A connector for working with Corezoid processes from AI agents (Claude, GPT, etc.).
Capabilities:
Repository: https://github.com/corezoid/corezoid-ai-plugin
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:
API_LOGIN, SECRET, BASE_URL, COMPANY_ID)Optional: