Skip to content
Grok

duke-book for Grok

io.github.githubdujianfeng/duke-book

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

client:Grok transport:stdio runtime:npm

Install duke-book in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "duke-book": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "duke-book"
      ],
      "env": {
        "DUKE_API_BASE_URL": "<DUKE_API_BASE_URL>",
        "DUKE_API_TOKEN": "<DUKE_API_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

duke-book in other clients