Skip to content
Claude Desktop

handbook for Claude Desktop

io.github.jannks/handbook

MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.

client:Claude Desktop transport:stdio runtime:npm

Install handbook in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "handbook": {
      "command": "npx",
      "args": [
        "-y",
        "@ah-oh/handbook-mcp-server"
      ],
      "env": {
        "HANDBOOK_API_TOKEN": "<HANDBOOK_API_TOKEN>",
        "HANDBOOK_API_URL": "<HANDBOOK_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

handbook in other clients