
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
rabbytte-mcp
Advanced tools
MCP server for Rabbytte — search a human-curated web index from any AI assistant
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.
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.
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 mcp add rabbytte -- npx -y rabbytte-mcp
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"]
}
}
}
The server uses stdio transport. Point your client at npx -y rabbytte-mcp and it will work.
| 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. |
| Variable | Default | Purpose |
|---|---|---|
RABBYTTE_URL | https://rabbytte.com | Point the server at a different Rabbytte instance. |
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.
Know a site that belongs in a hand-picked index? Submit it. A person reads every submission.
MIT. See LICENSE.
FAQs
MCP server for Rabbytte — search a human-curated web index from any AI assistant
The npm package rabbytte-mcp receives a total of 36 weekly downloads. As such, rabbytte-mcp popularity was classified as not popular.
We found that rabbytte-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.