Search, read, and cite across 152 libraries: 11 tools, 3 prompts, and a full-text resource.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @the-40-thieves/alexandria-mcp
MCP client config
{
"mcpServers": {
"alexandria": {
"command": "npx",
"args": [
"-y",
"@the-40-thieves/alexandria-mcp"
]
}
}
}