Help Articles
How do I connect Kafkai to Claude Code?
If you sign in to Claude Code with your claude.ai account, the Kafkai connector you added in claude.ai is already available. That covers the terminal and Claude Code on the web (claude.ai/code). There is nothing more to set up: run /mcp inside Claude Code to see it listed.
If you use Claude Code with another login, add the server from a terminal:
claude mcp add --transport http kafkai https://kafkai.com/mcp
Add --scope user to make Kafkai available in every project on the machine. Then sign in:
- Run
/mcpinside Claude Code, orclaude mcp login kafkaifrom the terminal. - Approve the sign-in in your browser. On a machine without a browser, add
--no-browserand open the printed link elsewhere. - Ask Claude Code to "List my Kafkai projects" to check that the tools work.
To remove it later, run claude mcp remove kafkai.
The full guide: Connect Claude.
What to ask once it is connected: Example Prompts.
Last updated -