Help Articles
How do I connect Kafkai to ChatGPT?
How do I connect Kafkai to claude.ai?
How do I connect Kafkai to Claude Code?
How do I connect Kafkai to Hermes?
Can you issue me an invoice or receipts for my purchases?
Kafkai Market Intelligence FAQ
How do I delete all my data from Kafkai?
Does Kafkai guarantee improved search rankings?
Does the keywords data for the Projects get updated regularly?
📊 How to select competitor websites
Can we point to social media pages (like Facebook or Instagram) instead of actual websites for our site or our competitors?
What Is A "Project"
How do I connect Kafkai to Hermes?
Hermes runs without a browser, so it authenticates with an API token instead of a sign-in.
- Create a token on the API tokens page and copy it. Kafkai shows it only once, at creation.
- Put the token in
~/.hermes/.envasKAFKAI_API_TOKEN=YOUR_API_TOKEN. - Add Kafkai to
~/.hermes/config.yaml:
mcp_servers:
kafkai:
url: "https://kafkai.com/mcp"
headers:
Authorization: "Bearer ${KAFKAI_API_TOKEN}"
Run /reload-mcp in Hermes, or restart it. The Kafkai tools appear with the mcp_kafkai_ prefix, for example mcp_kafkai_list_projects.
Any other MCP client that can send an Authorization header connects the same way. The full guide, including other clients: Connect Hermes and Other Clients.
What to ask once it is connected: Example Prompts.
Last updated -