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