Read-only MCP server for the HeyClaude registry — search, compare, and install Claude agents, MCP servers, skills, hooks, and more. 27 tools, 4 prompts, 14 resources. No API key required.
Overview
HeyClaude is a curated, GitHub-native directory of Claude and AI workflow resources — agents, MCP servers, skills, hooks, commands, rules, guides, and more. This MCP server brings the full registry into your AI client so you can search, compare, and install tools without leaving your workflow.
- 27 tools across 7 namespaces
- 4 workflow prompts for planning, submission, and install guidance
- 14 live resources — category indexes, trending feeds, recent updates
- Fully read-only — no API key, no credentials, no side effects
- Stdio (
npx) and remote HTTP (https://heyclau.de/api/mcp) transports
Installation
Claude Desktop / Cursor / Windsurf — add to your MCP config:
{
"mcpServers": {
"heyclaude": {
"command": "npx",
"args": ["-y", "@heyclaude/mcp"]
}
}
}
Remote HTTP (no install): https://heyclau.de/api/mcp
Codex / CLI: npx -y @heyclaude/mcp
Tools
registry.* — Search & discovery
| Tool | What it does |
|---|---|
registry.search | Full-text search with filters for platform, tags, safety notes, and trust level |
registry.recommend | Best-match entries for a plain-language task description |
registry.list | Browse all entries in a category with pagination |
registry.updates | Recent additions and changes to the registry |
registry.stats | Entry counts, category breakdown, and registry health metrics |
registry.plan | Build a copy-pasteable multi-tool install plan for a workflow |
registry.info | Server version, capabilities, and registry build metadata |
registry.feeds | Available distribution feeds (RSS, Atom, JSON diff, llms.txt) |
entry.* — Entry details
| Tool | What it does |
|---|---|
entry.detail | Full dossier: description, install snippets, safety/privacy notes, source URL, tags |
entry.compare | Side-by-side comparison of two or more entries |
entry.related | Entries similar to a given slug |
entry.asset | Copy-ready install command, config snippet, or download artifact |
entry.trust | Trust posture: source reachability, claim status, safety disclosures |
entry.safety | Detailed safety and privacy metadata for an entry |
install.* — Install guidance
| Tool | What it does |
|---|---|
install.setup | Client-specific setup instructions (Claude Desktop, Cursor, Codex, etc.) |
install.compatibility | Which clients and platforms an entry supports |
install.guidance | Step-by-step install walkthrough for an entry |
install.adapter | Generated adapter config for a specific platform (e.g. Cursor .mdc) |
submission.* — Submit to HeyClaude
| Tool | What it does |
|---|---|
submission.prepare | Draft a new submission from a source URL |
submission.validate | Validate a draft against the content policy |
submission.review | Pre-PR review with safety, privacy, and uniqueness checks |
submission.schema | JSON schema for a submission in a given category |
submission.duplicates | Check whether a source URL already exists in the registry |
submission.urls | Generate the PR and issue URLs for submitting a draft |
submission.guidance | Category-specific submission tips and requirements |
submission.examples | Example entries for a given category |
submission.policy | Full content policy for what the registry accepts |
Prompts
| Prompt | What it does |
|---|---|
asset.find | Find the best HeyClaude asset for a described use case |
submission.prepare | Guided draft of a new registry submission |
submission.review | Review a draft before opening a PR |
install.asset | Safe install walkthrough for a specific entry |
Resources
The server exposes 14 live resources including per-category entry indexes (mcp, skills, hooks, agents, commands, and more), a recent updates feed, a trending entries feed, and an active jobs listing.
Links
- Registry: https://heyclau.de
- Source: https://github.com/JSONbored/awesome-claude/tree/main/packages/mcp
- npm: https://www.npmjs.com/package/@heyclaude/mcp
- Remote endpoint: https://heyclau.de/api/mcp
Server Config
{
"mcpServers": {
"heyclaude": {
"command": "npx",
"args": [
"-y",
"@heyclaude/mcp"
]
}
}
}