Skip to main content
ClaudeWave

Rabbytte Search Engine

ToolsOfficial Registry1 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
82/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Last scanned: 9/14/2026
Get started
Method: Clone
Terminal
git clone https://github.com/marklanetech/Rabbytte
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# rabbytte-mcp

Search **[Rabbytte](https://rabbytte.com)** 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):

```json
{
  "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

```bash
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:

```json
{
  "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

| Tool | What it does |
|---|---|
| `search_rabbytte` | Full-text search over the curated index. Returns titles, URLs, descriptions, tags, and addresses where known. Accepts `query` and an optional `page`. |
| `ask_rabbytte` | Answers 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

| Variable | Default | Purpose |
|---|---|---|
| `RABBYTTE_URL` | `https://rabbytte.com` | Point 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](https://rabbytte.com/api-docs). There is also an [`llms.txt`](https://rabbytte.com/llms.txt).

## Submitting a site

Know a site that belongs in a hand-picked index? [Submit it](https://rabbytte.com/submit). A person reads every submission.

## License

MIT. See [LICENSE](LICENSE).

What people ask about Rabbytte

What is marklanetech/Rabbytte?

+

marklanetech/Rabbytte is tools for the Claude AI ecosystem. Rabbytte Search Engine It has 1 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install Rabbytte?

+

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

Is marklanetech/Rabbytte safe to use?

+

Our security agent has analyzed marklanetech/Rabbytte and assigned a Trust Score of 82/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains marklanetech/Rabbytte?

+

marklanetech/Rabbytte is maintained by marklanetech. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to Rabbytte?

+

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

Deploy Rabbytte 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: marklanetech/Rabbytte
[![Featured on ClaudeWave](https://claudewave.com/api/badge/marklanetech-rabbytte)](https://claudewave.com/repo/marklanetech-rabbytte)
<a href="https://claudewave.com/repo/marklanetech-rabbytte"><img src="https://claudewave.com/api/badge/marklanetech-rabbytte" alt="Featured on ClaudeWave: marklanetech/Rabbytte" width="320" height="64" /></a>

More Tools

Rabbytte alternatives