Add Claude Code Plugin / Marketplace Support #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Claude Code Plugin / Marketplace Support
Fixes #52
This PR implements Claude Code Plugin/Marketplace distribution support as requested in issue #52, enabling easy discovery and installation of the Perplexity MCP server through Claude Code's plugin system.
Changes Made
📁 Marketplace Configuration
.claude-plugin/marketplace.json
- Main marketplace configuration defining the Perplexity plugin collection🔧 Plugin Structure
plugins/perplexity-mcp-server/.claude-plugin/plugin.json
- Individual plugin manifest with complete metadataplugins/perplexity-mcp-server/.mcp.json
- MCP server runtime configurationplugins/perplexity-mcp-server/README.md
- Comprehensive plugin documentation📚 Documentation Updates
Installation Experience
Users can now easily install the Perplexity MCP server with just two commands:
Key Features
✅ Easy Discovery - Plugin discoverable through Claude Code marketplace system
✅ Automated Installation - Handles MCP server configuration automatically
✅ Proper Categorization - Classified as "ai-tools" with relevant keywords
✅ Environment Setup - Pre-configured with API key and timeout variables
✅ Comprehensive Documentation - Installation, usage, and troubleshooting guides
✅ Backward Compatible - Existing installation methods still work
Testing
The plugin structure follows Claude Code standards and includes:
Benefits
This implementation will:
Future Compatibility
Once merged, this repository can be listed on https://claudecodemarketplace.com by adding it to the marketplaces.json, making it discoverable to thousands of users automatically.
Ready for review! This PR addresses all requirements from issue #52 and follows established patterns from Docker's official Claude Code plugins.