Skip to content
Grok

mcp databnf for Grok

io.github.smeet666/mcp-databnf

Search the BnF open catalogue: authors, works, editions and links to what is digitised.

client:Grok transport:stdio runtime:npm

Install mcp databnf 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": {
    "mcp-databnf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-databnf"
      ],
      "env": {
        "BNF_USER_AGENT": "<BNF_USER_AGENT>",
        "BNF_MIN_INTERVAL_MS": "<BNF_MIN_INTERVAL_MS>",
        "BNF_TIMEOUT_MS": "<BNF_TIMEOUT_MS>",
        "BNF_MAX_RETRIES": "<BNF_MAX_RETRIES>",
        "BNF_CACHE_TTL_MS": "<BNF_CACHE_TTL_MS>",
        "BNF_LOG_LEVEL": "<BNF_LOG_LEVEL>"
      }
    }
  }
}

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

mcp databnf in other clients