‹ 返回总目录
工具 最近更新08-04

build-mcp-app

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量4.3K
⭐ GitHub Stars33,015(fork 3732)
🗓️ 最近推送2026-08-04
🌱 项目创建2025-11-20
💻 语言 / LicensePython · Apache-2.0
🐛 开放Issue878

📝 工具简介

Anthropic官方维护的高质量Claude Code插件目录。

📖 怎么用

安装和 build-mcp-server 一样,走 Claude Code 插件市场,用 `/plugin marketplace add` 加源,再 `/plugin install` 装。配置上,插件目录要有 `.claude-plugin/plugin.json` 做元数据,`.mcp.json` 可选配服务器。开始用的时候,把插件目录放到 Claude Code 的扫描路径下,它自动识别。想重命名插件,在配置里写 `renames` 映射。README 没给具体安装命令,但目录结构是必须的。

📋 迷你测评

同样是Anthropic官方插件目录,和build-mcp-server定位一致。亮点是官方持续更新,生态新鲜。如果你在找Claude Code周边工具,这里是个靠谱起点。

📄 README 要点

这个仓库和build-mcp-server内容基本一样,也是个Claude Code插件目录,收录了Anthropic内部开发和社区贡献的高质量插件。结构上分内部和外部插件,安装方式相同,通过/plugin install命令或/plugin Discover浏览。同样有安全提醒,安装前要确认插件可信,因为Anthropic无法保证第三方插件里的MCP服务器或其他软件的安全性。适合需要给Claude Code添加各种功能插件的开发者,但得自己做好风险评估。

查看英文原文
Claude Code Plugins Directory A curated directory of high quality plugins for Claude Code. ⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information. Structure /plugins Internal plugins developed and maintained by Anthropic /external plugins Third party plugins from partners and the community Installation Plugins can be installed directly from this marketplace via Claude Code's plugin system. To install, run /plugin install {plugin name}@claude plugins official or browse for the plugin in /plugin Discover Contributing Internal Plugins Internal plugins are developed by Anthropic team members. See /plugins/example plugin for a reference implementation. External Plugins Third party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval. To submit a new plugin, use the plugin directory submission form. Plugin Structure Each plugin follows a standard structure: [安装/使用命令见下方] Plugin names are immutable The name field in a marketplace entry is an immutable slug . Once a plugin has been published, its name must not change — users have it installed under that slug, and renaming it breaks their install with a plugin not found error. To change how a plugin is labeled in the UI, set or update displayName instead. If a rename is genuinely unavoidable, add an entry to the top level renames map in .claude plugin/marketplace.json so existing installs auto migrate: [安装/使用命令见下方] The Claude Code plugin loader reads this map and transparently rewrites the old slug to the new one on the user's next sync. Skill bundle plugins When a plugin's source repository ships skills ( SKILL.md files) without a .claude plugin/plugin.json manifest, the marketplace entry can declare t

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考