MCP server for the Library of Congress. Search inside scanned newspapers, browse the catalogue, read records. No API key.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-libraryofcongres": {
"command": "npx",
"args": [
"-y",
"smeet666/mcp-libraryofcongress"
]
}
}
}
Run in terminal:
claude mcp add mcp-libraryofcongres npx -y smeet666/mcp-libraryofcongress
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-libraryofcongres": {
"command": "npx",
"args": [
"-y",
"smeet666/mcp-libraryofcongress"
]
}
}
}