MCP Hub
Back to servers

gutendex

Gutendex MCP — wraps Gutendex API for Project Gutenberg books (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-gutendex

MCP server for Project Gutenberg books via the Gutendex API. No authentication required.

Tools

ToolDescription
search_booksSearch books by title or author
get_bookGet a specific book by ID
popular_booksGet the most popular books on Project Gutenberg
books_by_topicBrowse books by topic or subject

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "gutendex_search_books",
      "arguments": { "query": "Shakespeare" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review