Odel
Project Gutenberg MCP

Project Gutenberg MCP

Local
@bobbyhouseGoMITUpdated 5mo ago

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

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).

Dockerroberthouse224/project-gutenberg-mcp:1.2.0

Run

docker run -i --rm roberthouse224/project-gutenberg-mcp:1.2.0

MCP client config

{
  "mcpServers": {
    "project-gutenberg-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "roberthouse224/project-gutenberg-mcp:1.2.0"
      ]
    }
  }
}