← All servers
πŸ”

Project Gutenberg MCPVerifiedπŸ›‘ No advisories

io.github.bobbyhouse/project-gutenberg-mcp
New to MCP? Start here β†’
0β˜… stars
0weekly installs
4 months agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/bobbyhouse, which proved it owns this namespace.

Verified owner: github.com/bobbyhouse β†—io.github.bobbyhouse/project-gutenberg-mcp

πŸ›‘ Permissions & trustwhat this server can touch before you run it

βœ“
Configuration
Reads GUTENBERG_BASE_URL, GUTENBERG_TOOLS, GUTENBERG_BOOK_ID, GUTENBERG_CHUNK_SIZE, GUTENBERG_LANGUAGE.

About

Read Project Gutenberg books via MCP. Search, fetch metadata, and retrieve text in passages.

Packages & transports

dockerroberthouse224/project-gutenberg-mcp:1.2.0vlatest Β· docker
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "project_gutenberg": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "roberthouse224/project-gutenberg-mcp:1.2.0"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm roberthouse224/project-gutenberg-mcp:1.2.0