Skip to content
Claude Desktop

KATA Research Automation for Claude Desktop

io.github.dharan1007/kata

Deterministic research automation with live OpenAlex search and reusable workflow programs.

client:Claude Desktop transport:streamable-http

Install KATA Research Automation in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "kata": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://kata-webmcp.vercel.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

KATA Research Automation in other clients