Rabbytte Search Engine
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Documented (README)
git clone https://github.com/marklanetech/RabbytteResumen de Tools
# 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).
Lo que la gente pregunta sobre Rabbytte
¿Qué es marklanetech/Rabbytte?
+
marklanetech/Rabbytte es tools para el ecosistema de Claude AI. Rabbytte Search Engine Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-09-13.
¿Cómo se instala Rabbytte?
+
Puedes instalar Rabbytte clonando el repositorio (https://github.com/marklanetech/Rabbytte) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar marklanetech/Rabbytte?
+
Nuestro agente de seguridad ha analizado marklanetech/Rabbytte y le ha asignado un Trust Score de 82/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene marklanetech/Rabbytte?
+
marklanetech/Rabbytte es mantenido por marklanetech. La última actividad registrada en GitHub es del 2026-09-13, con 0 issues abiertos.
¿Hay alternativas a Rabbytte?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega Rabbytte en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms.
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
Use Claude Code, Codex, Pi, and OpenCode (and 6 other harnesses) for free (1.3B+ free tokens) from your terminal, app, IDE, or phone, and now from the browser with native browser sessions (multi-harness + multi-model) like OpenClaw (voice supported + ToS friendly)