- Cursor (config file:
~/.cursor/mcp.json) - Claude Code (CLI:
claude mcp add ...) - Codex CLI (CLI:
codex mcp add ...) - Claude Desktop, Windsurf, Cline, Continue, Zed, and other MCP clients (any client that loads stdio MCP servers from JSON config)
@apixo/mcp-server npm package and runs locally on your machine. It authenticates with your APIXO API key and talks to the same endpoints documented under Generation APIs and the LLM Gateway.
What you can do
Scaffold APIXO into your codebase
Ask your agent to add a model to your project. It reads the model schema through MCP and writes parameter-accurate calls into your existing files.
Discover models and schemas
Your agent can browse APIXO’s model catalog and fetch any model’s full input schema on demand — no copy-pasting from the docs.
Run and inspect tasks from chat
The same tools also let the agent submit ad-hoc generation tasks and check your account balance directly from the conversation.
Tools exposed by the server
@apixo/mcp-server registers the following tools. Most clients show them under an “apixo” namespace.
When to use MCP
Get started
Install APIXO MCP
Step-by-step setup for Cursor, Claude Code, Codex, and other MCP clients on Windows, macOS, and Linux.
Troubleshooting
Fix common issues:
codex not on PATH, API key not picked up, npx failures, missing tools in the client.