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)
{
"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