Skip to content
Cursor

mcp libraryofcongress for Cursor

io.github.smeet666/mcp-libraryofcongress

Search inside scanned US newspapers and browse the Library of Congress catalogue. No API key.

client:Cursor transport:stdio runtime:npm

Install mcp libraryofcongress in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-libraryofcongress": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-libraryofcongress"
      ],
      "env": {
        "LOC_USER_AGENT": "<LOC_USER_AGENT>",
        "LOC_MIN_INTERVAL_MS": "<LOC_MIN_INTERVAL_MS>",
        "LOC_TIMEOUT_MS": "<LOC_TIMEOUT_MS>",
        "LOC_NEWSPAPER_TIMEOUT_MS": "<LOC_NEWSPAPER_TIMEOUT_MS>",
        "LOC_LOG_LEVEL": "<LOC_LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp libraryofcongress in other clients