Skip to content
Cursor

Project Gutenberg MCP for Cursor

io.github.bobbyhouse/project-gutenberg-mcp

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

client:Cursor transport:stdio runtime:oci

Install Project Gutenberg MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "project-gutenberg-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "roberthouse224/project-gutenberg-mcp:1.2.0"
      ],
      "env": {
        "GUTENBERG_BASE_URL": "<GUTENBERG_BASE_URL>",
        "GUTENBERG_TOOLS": "<GUTENBERG_TOOLS>",
        "GUTENBERG_BOOK_ID": "<GUTENBERG_BOOK_ID>",
        "GUTENBERG_CHUNK_SIZE": "<GUTENBERG_CHUNK_SIZE>",
        "GUTENBERG_LANGUAGE": "<GUTENBERG_LANGUAGE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Project Gutenberg MCP in other clients