Skip to content
Grok

mcp archiveorg for Grok

io.github.smeet666/mcp-archiveorg

Search inside digitised books, browse the Internet Archive catalogue and read Wayback captures.

client:Grok transport:stdio runtime:npm

Install mcp archiveorg 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-archiveorg": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-archiveorg"
      ],
      "env": {
        "IA_USER_AGENT": "<IA_USER_AGENT>",
        "IA_MIN_INTERVAL_MS": "<IA_MIN_INTERVAL_MS>",
        "IA_HISTORY_TIMEOUT_MS": "<IA_HISTORY_TIMEOUT_MS>",
        "IA_LOG_LEVEL": "<IA_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 archiveorg in other clients