Delv
Search the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.
Delv Safety Grade: A
Score 83/100 · assessed 2026-04-18
Delv's own MCP server for searching their AI tools directory. This is a read-only search interface with minimal permissions: it queries the Delv catalogue and returns curated results. No filesystem access, no secrets, no shell execution. The maintainer is Delv itself (DirtyReal on GitHub), which appears to be a small but focused operation rather than a major vendor. Supply chain is clean: distributed via npm with npx invocation, standard package management. Transparency is good with open source repo and clear documentation. The narrow scope (search only, outbound HTTP to Delv's API) keeps the attack surface small. Main risk is dependency on Delv's infrastructure and the relatively small team behind it, but for a discovery tool this is low-stakes. No known incidents.
Green flags
- Read-only search interface, no write permissions anywhere
- No environment variables or secrets required
- Standard npm distribution, clean npx install
- Open source with clear documentation
- Narrow scope reduces attack surface significantly
Red flags
- Small team/solo maintainer (DirtyReal), limited bus factor
- Depends on Delv API availability and continued operation
- Relatively new tool, less battle-tested than established vendors
Permissions requested
Install
npx -y @delv-tools/mcp
{
"delv": {
"command": "npx",
"args": ["-y", "@delv-tools/mcp"]
}
}Review
Install this if you're already neck-deep in MCP servers and want a faster way to discover new ones without context-switching. Skip it if you prefer manual browsing or if you're not yet convinced MCPs are worth the effort. It's a directory query tool, not a must-have primitive, but it's genuinely useful once you're past the beginner stage.
Good at
- Zero-config install with no API keys or environment variables to manage.
- Returns curated picks with editorial context, not raw GitHub scrapes.
- Works across all major MCP hosts without host-specific tweaks.
- Fast way to discover tools in the flow of work instead of tabbing out to a browser.
- Useful for 'what's new this week?' questions if you want to stay current without manual trawling.
Watch out
- Only surfaces tools already reviewed in the Delv directory, so coverage has gaps.
- Response times depend on API availability, occasionally slower than local MCPs.
- Not useful if you're still learning what MCPs are or prefer manual browsing.
- Limited value if you're already a heavy Delv site user who bookmarks everything.
Use cases
- Asking an agent "what's the best X for Y?" and getting curated picks
- Quick "what shipped this week in AI?" briefings without leaving Claude Desktop
- Discovering MCPs you didn't know existed in the flow of work
- Cross-checking a tool suggestion against Delv's editorial reviews
Getting started
Works with
Similar MCPs
- Brave SearchGive Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- Exa SearchExa neural search for Claude. Particularly good for "find pages similar to X" and research-grade discovery.