Back to Browse

Rabbytte MCP Server

Developer ToolsModerate7.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search Rabbytte, a human-curated web index where every site was approved by a person. No API key.

About

Search Rabbytte, a human-curated web index where every site was approved by a person. No API key.

Security Report

7.7
Moderate7.7Low Risk

This is a well-designed MCP server with excellent security practices. It has no authentication requirements (appropriate for a public API), proper input validation via Zod, safe network calls to a trusted endpoint, and minimal attack surface. The codebase is clean, dependency set is small and trustworthy, and permissions align perfectly with its purpose. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

https://rabbytte.comOptional

Environment variable: RABBYTTE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-marklanetech-rabbytte": {
      "env": {
        "RABBYTTE_URL": "your-rabbytte-url-here"
      },
      "args": [
        "-y",
        "rabbytte-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

rabbytte-mcp

Search Rabbytte from Claude, Cursor, or any MCP-compatible assistant.

Rabbytte is a small, human-curated search engine. Every site in the index was submitted by a person and approved by a person. No crawler, no SEO spam, no machine-generated filler. That makes it useful grounding data: when an assistant searches Rabbytte, every result is a site a human already vetted.

The whole index is free to use. No API key, no signup.

Install

You need Node.js 18 or newer. The server is published on npm and runs with npx, so there is nothing to clone or build.

Claude Desktop

Add this to claude_desktop_config.json (Claude → Settings → Developer → Edit Config):

{
  "mcpServers": {
    "rabbytte": {
      "command": "npx",
      "args": ["-y", "rabbytte-mcp"]
    }
  }
}

Restart Claude Desktop. You can then ask things like "search Rabbytte for independent music blogs" or "ask Rabbytte what it knows about self-storage in Canyon Lake."

Claude Code

claude mcp add rabbytte -- npx -y rabbytte-mcp

Cursor

Add the same block to .cursor/mcp.json in your project, or to ~/.cursor/mcp.json for all projects:

{
  "mcpServers": {
    "rabbytte": {
      "command": "npx",
      "args": ["-y", "rabbytte-mcp"]
    }
  }
}

Anything else that speaks MCP

The server uses stdio transport. Point your client at npx -y rabbytte-mcp and it will work.

Tools

ToolWhat it does
search_rabbytteFull-text search over the curated index. Returns titles, URLs, descriptions, tags, and addresses where known. Accepts query and an optional page.
ask_rabbytteAnswers a natural-language question strictly from the index, with cited sources. Says so when the index has no answer rather than making one up.

Configuration

VariableDefaultPurpose
RABBYTTE_URLhttps://rabbytte.comPoint the server at a different Rabbytte instance.

The plain HTTP API

If you'd rather not use MCP, the same index is available over HTTP:

  • GET https://rabbytte.com/api/search?q=...
  • GET https://rabbytte.com/api/ask?q=...

Docs and an OpenAPI spec are at rabbytte.com/api-docs. There is also an llms.txt.

Submitting a site

Know a site that belongs in a hand-picked index? Submit it. A person reads every submission.

License

MIT. See LICENSE.

Reviews

No reviews yet

Be the first to review this server!