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
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.
What You'll Need
Set these up before or after installing:
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 GitHubFrom 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
| 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. 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!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
