io.github.cyanheads/gutenberg-mcp-server
io.github.cyanheads/gutenberg-mcp-serverMCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.
Tools · 4
Search the Project Gutenberg catalog of 78,000+ public-domain books. Matches title and author name with query words; filters by topic (subject or bookshelf keyword), language, author lifespan, or a sp…
Fetch complete metadata for a Project Gutenberg book by ID — title, authors (with birth/death years), translators, editors, subjects, bookshelves, languages, copyright status, and the full formats map…
Retrieve the plain-text content of a Project Gutenberg book, stripped of the standard license header and footer so the response contains only the literary work. For long works — novels routinely run 5…
Browse the most-downloaded Project Gutenberg books, ordered by popularity. Returns up to 32 titles with their Gutenberg IDs, authors, languages, and download counts. Optionally filter by language or t…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.cyanheads/gutenberg-mcp-server": {
"url": "https://gutenberg.caseyjhand.com/mcp",
"transport": "streamable-http"
}
}
}