MCP Setup
Connect AI clients to the Kuuumba MCP server.
Kuuumba's MCP endpoint is:
https://mcp-server.kuumba.dev/mcp
The server is remote; no local process is required. Authentication happens through Kuuumba's OAuth flow when the client connects. MCP access is available in Kuuumba.
Claude Code
claude mcp add --transport http kuumba https://mcp-server.kuumba.dev/mcp
Start Claude Code, use the kuumba MCP server, and complete the browser sign-in flow when prompted.
Codex CLI
codex mcp add kuumba --url https://mcp-server.kuumba.dev/mcp
Start Codex CLI, invoke the kuumba MCP server, and complete the OAuth login flow in the browser.
IDE / JSON Configuration
For editors that accept JSON MCP server config, add this under mcpServers:
{
"kuumba": {
"type": "http",
"url": "https://mcp-server.kuumba.dev/mcp"
}
}
Trigger a connection from the editor and finish the browser login flow.