-
Notifications
You must be signed in to change notification settings - Fork 367
feat(mcp): add Claude Code Plugins marketplace services #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(mcp): add Claude Code Plugins marketplace services #279
Conversation
Adds 3 MCP services from Claude Code Plugins Marketplace: - project-health-auditor: Code health, complexity, coverage analysis - design-to-code: Figma/screenshot to React/Vue/Svelte components - conversational-api-debugger: REST API debugging with OpenAPI specs Marketplace: https://claudecodeplugins.io/ Repository: https://github.com/jeremylongshore/claude-code-plugins-plus-skills Includes English and Chinese translations.
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
User description
Summary
Adds 3 MCP services from Claude Code Plugins Marketplace to ZCF's preset list.
New Services
Why Add These?
Claude Code Plugins is a marketplace with 258 plugins and 7 MCP servers. These 3 are our most popular:
Changes
src/config/mcp-services.ts- Added 3 service configssrc/i18n/locales/en/mcp.json- English translationssrc/i18n/locales/zh-CN/mcp.json- Chinese translationsTesting
All services use
npx -y @claude-code-plugins-plus/[package]@latestpattern matching existing ZCF services.Links
PR Type
Enhancement
Description
Adds 3 Claude Code Plugins marketplace MCP services
Includes English and Chinese translations for all services
Services require no API keys and use npx execution pattern
Diagram Walkthrough
File Walkthrough
mcp-services.ts
Add 3 Claude Code Plugins MCP service configssrc/config/mcp-services.ts
Marketplace
translations
mcp.json
Add English translations for new servicessrc/i18n/locales/en/mcp.json
mcp.json
Add Chinese translations for new servicessrc/i18n/locales/zh-CN/mcp.json