Skip to main content
ClaudeWave

The Greenlit Books catalog as a remote MCP server: search, topics, reading paths, full book records

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/greenlitbooks/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/greenlitbooks/mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Greenlit Books MCP server

The [Greenlit Books](https://greenlitbooks.com) catalog as a remote MCP server: practical books on working with AI, held to one standard, every claim is something you can check. All titles are live on Amazon and free to read with Kindle Unlimited.

- **Endpoint**: `https://greenlitbooks.com/api/mcp` (streamable HTTP, stateless, no auth)
- **Registry name**: `com.greenlitbooks/catalog`
- **Docs for humans and agents**: <https://greenlitbooks.com/developers>
- **Plain JSON API** (same data, plain GET): <https://greenlitbooks.com/api/v1> with an [OpenAPI 3.1 spec](https://greenlitbooks.com/api/v1/openapi.json)

## Tools

| Tool | What it does |
|---|---|
| `search_greenlit_books` | Ranked full-text search over the catalog. Filters: `series`, `audience`, `limit`. |
| `get_book` | One book in full: chapters, word count, free chapter one, Amazon Kindle and paperback links, prices, Kindle Unlimited status, related reading. |
| `find_books_for_topic` | Match a topic phrase (agent reliability, prompt injection, human in the loop, durable execution, ...) against the curated topic map. |
| `get_reading_path` | One series with its books in reading order. |
| `get_concept` | The named question a book answers, with its short answer and full explanation. |

## Connect

**Claude Code**

```bash
claude mcp add --transport http greenlit-books https://greenlitbooks.com/api/mcp
```

**Claude Desktop / claude.ai**: Settings > Connectors > Add custom connector, URL `https://greenlitbooks.com/api/mcp`.

**Cursor / any client with JSON config**

```json
{
  "mcpServers": {
    "greenlit-books": {
      "url": "https://greenlitbooks.com/api/mcp"
    }
  }
}
```

## Notes

- Read-only. No accounts, no keys, no rate-limit registration.
- The server is stateless; every response is derived from the live catalog.
- Amazon links are clean `/dp/` product URLs.
- The catalog intentionally omits publication dates, page counts, and ISBNs: it carries no verified source for them, and nothing is invented.

This repository holds the server manifest and documentation. The server itself runs on greenlitbooks.com.

What people ask about mcp

What is greenlitbooks/mcp?

+

greenlitbooks/mcp is mcp servers for the Claude AI ecosystem. The Greenlit Books catalog as a remote MCP server: search, topics, reading paths, full book records It has 0 GitHub stars and its last recorded update is dated 2026-08-24.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/greenlitbooks/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is greenlitbooks/mcp safe to use?

+

Our security agent has analyzed greenlitbooks/mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains greenlitbooks/mcp?

+

greenlitbooks/mcp is maintained by greenlitbooks. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: greenlitbooks/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/greenlitbooks-mcp)](https://claudewave.com/repo/greenlitbooks-mcp)
<a href="https://claudewave.com/repo/greenlitbooks-mcp"><img src="https://claudewave.com/api/badge/greenlitbooks-mcp" alt="Featured on ClaudeWave: greenlitbooks/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives