MCP Server
Active
AGPL-3.0
Source Library MCP Server
io.github.Embassy-of-the-Free-Mind/sourcelibrary
What is the Source Library MCP server?
Search 15K rare pre-modern texts translated to English: philosophy, religion, science, literature.
How to install Source Library
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sourcelibrary": {
"url": "https://sourcelibrary.org/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sourcelibrary": {
"serverUrl": "https://sourcelibrary.org/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sourcelibrary": {
"type": "http",
"url": "https://sourcelibrary.org/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"sourcelibrary": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sourcelibrary.org/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http sourcelibrary https://sourcelibrary.org/api/mcpRelated MCP servers
Search 22,000+ rare pre-modern texts with AI English translations, summaries, and 73K+ images.
11
View repository →TypeScript
AGPL-3.0