integrations

connect AI assistants and external tools to kova

MCP server

model context protocol — 17 tools for AI assistants

docs

requires an API key. create one here if you haven't already.

~/.claude.json
{
  "mcpServers": {
    "kova": {
      "command": "npx",
      "args": [
        "@kova/mcp"
      ],
      "env": {
        "KOVA_API_TOKEN": "kova_xxxx.xxxxxxxx"
      }
    }
  }
}

replace kova_xxxx.xxxxxxxx with your API key. npx will auto-download the package on first run.