Skip to content
Claude Desktop

OrchestKit Docs MCP for Claude Desktop

io.github.yonatangross/orchestkit

Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.

client:Claude Desktop transport:streamable-http runtime:oci tools:2

Install OrchestKit Docs MCP in Claude Desktop

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

{
  "mcpServers": {
    "orchestkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://orchestkit.yonyon.ai/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

What Claude Desktop can do once it is connected

OrchestKit Docs MCP in other clients