Search LOC digital collections, browse Chronicling America newspapers with full OCR text, and look up LC Subject Headings via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"libofcongress-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/libofcongress-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add libofcongress-mcp-se npx -y cyanheads/libofcongress-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"libofcongress-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/libofcongress-mcp-server"
]
}
}
}
📋 Copy