Cursor
Install Celavii's 83 MCP tools in Cursor via stdio. Same binary as Claude Code — edit Cursor's mcp.json and restart.
Same stdio MCP server as Claude Code. Add the entry to Cursor's mcp.json and restart.
Config
Edit one of:
- Project-scoped:
<repo>/.cursor/mcp.json - Global:
~/.cursor/mcp.json
{
"mcpServers": {
"celavii": {
"command": "npx",
"args": ["-y", "celavii-mcp@latest"],
"env": {
"CELAVII_API_KEY": "cvii_live_..."
}
}
}
}
Replace cvii_live_... with your key from Settings → API.
Verify
Cursor → Settings → MCP. The celavii entry should show as connected with 83 tools.
Install skill caveat
Cursor and Windsurf don't accept the celavii-install skill the same way Claude Code does — their skill loaders look in their own directories. The install skill (skills/celavii-install/ in the toolkit repo) sets up Cursor and Windsurf if you point a Claude Code session at it first; it rewrites Cursor's and Windsurf's config files for you.
Browse all 83 tools at the MCP Tools Catalog.