Skip to content
Claude Desktop

duke-book for Claude Desktop

io.github.githubdujianfeng/duke-book

Manage Duke Bookmark notes, categories, and plan-enabled knowledge search over MCP.

client:Claude Desktop transport:stdio runtime:npm

Install duke-book 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": {
    "duke-book": {
      "command": "npx",
      "args": [
        "-y",
        "duke-book"
      ],
      "env": {
        "DUKE_API_BASE_URL": "<DUKE_API_BASE_URL>",
        "DUKE_API_TOKEN": "<DUKE_API_TOKEN>"
      }
    }
  }
}

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

duke-book in other clients