mcp archiveorg for Cursor
io.github.smeet666/mcp-archiveorg
Search inside digitised books, browse the Internet Archive catalogue and read Wayback captures.
client:Cursor
transport:stdio
runtime:npm
Install mcp archiveorg in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs