HeyClaude
About
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.
Details
- Author
- JSONbored
- Downloads
- 394
- Categories
- AI
Jump to
- 27 tools across 7 namespaces (registry, entry, install, submission)
- 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
- Supports stdio (npx) and remote HTTP transports
- Remote HTTP endpoint requires no installation
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
HeyClaudeCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via npx with the provided config for clients like Claude Desktop, Cursor, or Windsurf, or connect directly to the remote HTTP endpoint at https://heyclau.de/api/mcp. Once connected, you can search, browse, and compare entries using the 27 tools, and leverage the 4 built-in prompts for planning, submission, and install guidance.
registry.search
Search read-only HeyClaude registry entries by query, category, exact tag, and skill platform compatibility.
registry.plan
Plan a read-only Claude or Codex workflow toolbox from ranked HeyClaude registry entries. Each entry includes an inline install block (install command, config snippet, download URL) and the recommended stack is summarized as a copy-pasteable installPlan, alongside trust and follow-up guidance.
registry.recommend
Answer 'what should I use to do X' in one call. Given a plain-language task (and optional platform/category), returns the best-match HeyClaude entries ranked by fit — each with why it fits, trust summary, disclosed safety/privacy notes, and an inline install block — plus a topPick and a consolidated installPlan. Unlike workflow.plan it does not force category diversity; it returns the genuinely best matches. Collapses the search → compare → detail → asset loop into a single answer-shaped response.
registry.info
Fetch read-only HeyClaude MCP package, registry, tool, and public rate-limit metadata.
registry.list
List read-only HeyClaude entries with bounded pagination and optional category, platform, tag, and query filters.
registry.updates
List recently added or upstream-updated HeyClaude entries from generated registry metadata.
entry.related
Fetch read-only related HeyClaude entries based on category, tags, platforms, keywords, and source metadata.
entry.detail
Fetch a read-only HeyClaude registry entry detail payload by category and slug. By default (bodyMode='excerpt') the body markdown is trimmed to a short lead and large copyable fields are omitted to conserve context, with bodyChars/bodyTruncated/omittedFields describing what was dropped; pass bodyMode='full' for the complete content or 'none' to drop the body entirely. Use entry.asset to retrieve omitted install/script content.
entry.asset
Fetch the category-aware copy/install asset for a HeyClaude entry without writing local files. Pass assetType (e.g. 'install_command', 'config_snippet') to return only that asset and avoid the full_content/script payloads when you do not need them.
entry.compare
Compare 2-5 read-only HeyClaude entries by fit, category, platforms, source metadata, and install complexity.
registry.stats
Fetch aggregate read-only registry stats, freshness, category counts, and real source-signal coverage.
install.setup
Fetch read-only MCP client setup snippets for Codex, Claude Desktop, Cursor, Windsurf, or remote HTTP clients.
install.compatibility
Fetch platform compatibility metadata for a HeyClaude skill entry.
install.guidance
Fetch read-only install, config, usage, and package guidance for a HeyClaude entry.
install.adapter
Fetch generated read-only platform adapter content, currently Cursor rule adapters for skill packages.
registry.feeds
List read-only HeyClaude registry feeds, category feeds, platform feeds, and artifact locations.
submission.schema
Fetch read-only HeyClaude submission schemas for PR-first intake by category.
submission.duplicates
Search generated registry artifacts for likely duplicate entries before a user opens a submission PR.
submission.guidance
Fetch category-specific HeyClaude contribution guidance, required fields, and review expectations.
submission.examples
Fetch read-only category examples and templates for faster, more accurate HeyClaude submissions.
submission.policy
Fetch HeyClaude's read-only submission, artifact, import, and maintainer-review policy for contributors and agents.
entry.trust
Explain deterministic trust, source, package, safety, privacy, and review metadata signals for one HeyClaude entry. This is a metadata review only and does not provide malware scanning, automatic safety guarantees, or installation approval.
entry.safety
Review 1-5 HeyClaude entries for source, package, safety, and privacy metadata fit before install or recommendation. This is a metadata review only and does not provide malware scanning, automatic safety guarantees, or installation approval.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"heyclaude": {
"heyclaude": {
"command": "npx",
"args": [
"-y",
"@heyclaude/mcp"
]
}
}
}
}
McpServers
{
"heyclaude": {
"command": "npx",
"args": [
"-y",
"@heyclaude/mcp"
]
}
}
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 |
---Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
