mcpbeat Sign in

Gutendex MCP Server

local only

Gutendex MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Project Gutenberg book search (Gutendex).

Installs / week
npm · gutendex-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gutendex MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gutendex-mcp -- npx -y gutendex-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gutendex-mcp": {
      "args": [
        "-y",
        "gutendex-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gutendex-mcp]
command = "npx"
args = ["-y", "gutendex-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gutendex-mcp": {
      "args": [
        "-y",
        "gutendex-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gutendex-mcp": {
      "args": [
        "-y",
        "gutendex-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gutendex MCP

same job, measured the same way
gutendex
by pipeworx-io

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

40 tools answering
Project Gutenberg MCP
by bobbyhouse

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

local only
Gutenberg MCP Server
by cyanheads

MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.

390 installs/wk 4 tools answering
LoopingAgent
by loopingagent

English blog + agentic AI architect profile (Paris): search, full text, projects, booking.

9 tools answering
Tutoring
by louisvanh

Find and book verified 1-on-1 online tutors: search by subject, price and rating, then book.

7 tools answering
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
Linear
by usefulapi

Search, read and create Linear issues, projects, teams and cycles.

8 tools answering
Atlassian Jira
by mcparmory

Create, search, and manage issues, projects, and team workflows

256 installs/wk local only

Gutendex MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gutendex MCP?
Gutendex MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gutendex-mcp.
How do I connect Gutendex MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gutendex-mcp straight from npm; nothing to host, nothing to sign up for.
Is Gutendex MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.