What is the Library Of Congress MCP server?
Library of Congress (loc.gov) MCP — the world's largest library.
How to install Library Of Congress
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"library-of-congress": {
"url": "https://gateway.pipeworx.io/library-of-congress/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"library-of-congress": {
"serverUrl": "https://gateway.pipeworx.io/library-of-congress/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"library-of-congress": {
"type": "http",
"url": "https://gateway.pipeworx.io/library-of-congress/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"library-of-congress": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/library-of-congress/mcp"
]
}
}
}Claude Code
claude mcp add --transport http library-of-congress https://gateway.pipeworx.io/library-of-congress/mcp