★ 0 stars
TypeScript
🔍 Search
Updated 2d ago
Search LOC digital collections, browse Chronicling America newspapers with full OCR text, and look up LC Subject Headings via MCP. STDIO or Streamable HTTP.
View on GitHub →
Try with Claude — $10 free →
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
Topics
bun chronicling-america digital-collections historical-research lcsh library-of-congress loc mcp mcp-server model-context-protocol newspapers stdio streamable-http subject-headings typescript