loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-gutendex

MCP Tool

pipeworx-io/mcp-gutendex

MCP server for Project Gutenberg books via Gutendex API

Install

$ npx loaditout add pipeworx-io/mcp-gutendex

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-gutendex": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gutendex"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-gutendex

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

Tools

| Tool | Description | |------|-------------| | search_books | Search books by title or author | | get_book | Get a specific book by ID | | popular_books | Get the most popular books on Project Gutenberg | | books_by_topic | Browse 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

Tags

gutendexmcpmcp-servermodel-context-protocolpipeworx

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated10 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/pipeworx-io/mcp-gutendex)](https://loaditout.ai/skills/pipeworx-io/mcp-gutendex)