One registry, many clients
HeyClaude ships as a website, MCP server, Raycast extension, Cursor adapter, and a public REST API. Pick the surface that fits the client you're using.
Integrations
Clients, adapters, and feeds — plus the surfaces you consume them through.
Browse, compare, and claim entries on heyclau.de
https://heyclau.de- Faceted search across every category
- Side-by-side comparison and watch lists
- Source-backed dossiers with copyable assets
Search HeyClaude from anywhere on macOS
raycast://extensions/jsonbored/heyclaude- Search every category from a single command
- Copy install commands, config, and full assets without leaving Raycast
- Browse jobs and submit content inline
Bring the registry into Claude, Cursor, Windsurf, and Codex via MCP
npx -y @heyclaude/mcp- 20+ tools: search, trending, compare, get_entry_detail, prepare_submission_draft, explain_entry_trust
- Prompts and resources for workflow planning
- Stdio + remote HTTP transport
Registry search, trending, manifest, integrity, diff
curl https://heyclau.de/api/registry/manifest- Stable JSON shapes with artifact-contract hashes
- Cursored diff feed for incremental sync
- No auth for read endpoints; rate-limited
Auto-generated Cursor adapter for every Claude skill
- One .mdc per skill, regenerated on every registry build
- Indexed under /data/skill-adapters/cursor/
- Drop straight into .cursor/rules/
LLM-readable index and per-entry text exports
- /llms.txt — full directory map for retrieval
- /llms-full.txt — entire corpus in one file
- /api/registry/entries/<category>/<slug>/llms — per-entry text export
RSS, Atom, and JSON diff of every added / updated / removed entry
- Per-entry artifactHash in RSS GUIDs for integrity-aware consumers
- Cursored diff via /api/registry/diff?hash=…
- Atom + RSS 2.0
Machine-readable export of all downstream consumers and mirrors
- JSON feed of integrations, plugins, and mirrors that consume HeyClaude
- Schema-versioned, SHA-256 in manifest
GitHub Actions for submission validation, PR import, and integrity scans
- PR-first preflight and private gate flow
- Package artifact security scan
- Auto-refreshed GitHub stats and README
Platform compatibility
What each client supports natively, via adapter, or with a manual copy step. Click any cell with a glyph button for the exact snippet.
| Capability | |||||||
|---|---|---|---|---|---|---|---|
Search registry Query across all categories | Native | Native | Native | Adapter | Adapter | ||
Install MCP server Copy config or one-shot install | Manual | Manual | |||||
Copy slash command Drop a /command into the project | Native | Manual | Manual | Adapter | Adapter | Native | Manual |
Cursor .mdc adapter Auto-generated rules per Skill | Unsupported | Unsupported | Unsupported | Adapter | Manual | Manual | |
RSS / Atom changelog Subscribe to registry deltas | Manual | Manual | Manual | Manual | Manual | Native | |
llms.txt corpus LLM-ingestible directory | Native | Native | Native | Native | Native | Manual | |
OpenAPI playground Hit the API with real keys | Manual | Manual | Manual | Manual | Manual | Manual |
Harness coverage
Share of registry entries compatible with each harness. Click any card to browse just that harness.
Drop-in setup
Pick your client. Copy the config. Verify with one command.
Claude Desktop
Add the HeyClaude MCP server to claude_desktop_config.json.
{
"mcpServers": {
"heyclaude": {
"command": "npx",
"args": ["-y", "@heyclaude/mcp"]
}
}
}curl -s https://heyclau.de/api/registry/integrity | jqAdapter feeds
Public artifacts every client consumes. Every file ships with a SHA-256 — verify against /api/registry/integrity.
1808af243493fa49b1b4763f833a794b79b29e50610fb0c52230a1b43b4f05db325c74484d2b821122fa431485653a8cf13e975b19c0c8755ed8901a328af62c4d43b7f3e4932352a57073c6113f92b458abd8ea2d6bc65c96b3602fc08f115e3f8ed55643c33bf781af5187e3611e318287bfaacef7dec53c2f51ff7f33e72990b84cfe0f6c6e9613b342f1b73427b62eefd611ef379ce8ea0c70ce7c97925f79ce9afbfe92163dfbc7d4c2edeede8ab79bcf32049e050419e9892763315899Sponsors + partners
Credits, infra, and services that keep HeyClaude free + source-backed. Sponsorships never influence ranking or trust.
Credits + infrastructure
6 open partnership slots
Public REST + MCP, no auth required for reads
Every artifact carries a SHA-256. Use the manifest to pin builds and the diff endpoint to stay incremental.
curl https://heyclau.de/api/registry/manifestnpx -y @heyclaude/mcpraycast://extensions/jsonbored/heyclaude