Source Library
Rank #190io.github.Embassy-of-the-Free-Mind/sourcelibrary
Search 15K rare pre-modern texts translated to English: philosophy, religion, science, literature.
Source Library is a Model Context Protocol (MCP) server published by embassy-of-the-free-mind. It ranks #190 of 115,460 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Source Library is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 6 tracked versions. It was first listed on Dec 18, 2025 and most recently updated on May 25, 2026.
Ranks ahead of 115,270 of 115,460 servers on MCP Toplist.
Use Source Library
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http sourcelibrary https://sourcelibrary.org/api/mcpclaude mcp add sourcelibrary -- npx -y @source-library/mcp-server[mcp_servers.sourcelibrary]
url = "https://sourcelibrary.org/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.sourcelibrary]
command = "npx"
args = ["-y", "@source-library/mcp-server"]Add to ~/.codex/config.toml.
https://sourcelibrary.org/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sourcelibrary": {
"command": "npx",
"args": [
"-y",
"@source-library/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sourcelibrary": {
"url": "https://sourcelibrary.org/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sourcelibrary": {
"command": "npx",
"args": [
"-y",
"@source-library/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sourcelibrary": {
"type": "http",
"url": "https://sourcelibrary.org/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sourcelibrary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@source-library/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sourcelibrary": {
"serverUrl": "https://sourcelibrary.org/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sourcelibrary": {
"command": "npx",
"args": [
"-y",
"@source-library/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sourcelibrary": {
"url": "https://sourcelibrary.org/api/mcp"
}
}
}{
"mcpServers": {
"sourcelibrary": {
"command": "npx",
"args": [
"-y",
"@source-library/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Embassy-of-the-Free-Mind%2Fsourcelibrary)<a href="https://mcptoplist.com/server/io.github.Embassy-of-the-Free-Mind%2Fsourcelibrary"><img src="https://mcptoplist.com/badge/io.github.Embassy-of-the-Free-Mind%2Fsourcelibrary.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
embassy-of-the-free-mind
Available versions (6)
| Version | Published |
|---|---|
| 4.3.2 | May 25, 2026 |
| 4.3.1 | May 16, 2026 |
| 4.3.0 | May 16, 2026 |
| 1.2.0 | Feb 13, 2026 |
| 1.0.1 | Dec 31, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Source Library?
- Source Library is maintained by embassy-of-the-free-mind, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Source Library listed on the Official MCP Registry?
- Yes — Source Library is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Source Library have?
- MCP Toplist tracks 6 versions of Source Library, most recently published on May 25, 2026.
- Where can I find the source code for Source Library?
- The source code for Source Library is hosted at github.com/embassy-of-the-free-mind/sourcelibrary-v2.