A curated collection of Claude Code plugins generated from MCP (Model Context Protocol) servers. Each plugin provides agents and skills that enable Claude to interact with external tools and services through mcp2rest.
These plugins bridge MCP servers with Claude Code by:
- MCP Server → Running via
mcp2rest(persistent REST API gateway) - Skills → Generated JavaScript scripts that call MCP tools via REST
- Agents → Specialized agents that know how to use the skills effectively
- Plugin → Packaged together for easy installation and distribution
/plugin marketplace add ulasbilgen/mcp-skills-plugins/plugin install chrome-devtools-plugin@mcp-skills-pluginsor browse all plugins:
/pluginAll plugins in this marketplace require:
- mcp2rest - Install globally:
npm install -g mcp2rest - The corresponding MCP server configured in mcp2rest
- Node.js >= 18.0.0
Browser automation via Chrome DevTools Protocol
Automate Chrome browser tasks, test web applications, debug frontend issues, and analyze web performance.
- MCP Server: chrome-devtools-mcp@1.0.2
- Tools: 26 automation tools in 4 groups
- Agent: chrome-devtools (auto-loads skill documentation)
Install:
/plugin install chrome-devtools-plugin@mcp-skills-pluginsFeatures:
- 🌐 Page Management: Navigate, create tabs, resize viewport
- 🖱️ Element Interaction: Click, fill forms, drag-and-drop, keyboard input
- 🐛 Debugging: Console logs, network monitoring, JavaScript execution
- ⚡ Performance: Core Web Vitals, throttling, performance traces
Use Cases:
- Automated form submission and testing
- Web scraping with dynamic content
- Frontend debugging and error analysis
- Performance testing and optimization
- Visual regression testing
Documentation: chrome-devtools-plugin/README.md
Design-to-code automation via Figma Desktop
Extract UI code, design tokens, and screenshots directly from Figma Desktop. Convert Figma designs to production-ready React, Vue, or HTML/CSS code.
- MCP Server: Figma Desktop (built-in MCP server, HTTP transport)
- Tools: 6 design-to-code tools
- Agent: figma-desktop (auto-loads skill documentation)
Install:
/plugin install figma-desktop-plugin@mcp-skills-pluginsFeatures:
- 🎨 Design Extraction: Generate React/Vue/HTML code from Figma components
- 🎯 Design Tokens: Extract color palettes, typography, spacing variables
- 📸 Screenshots: Capture component visuals for documentation
- 📐 Structure Analysis: Get page/component metadata and hierarchy
- 📚 Design Systems: Generate design system guidelines and rules
- 🎭 FigJam Support: Extract content from FigJam boards
Use Cases:
- Design-to-code conversion workflows
- Design system token extraction
- Component library documentation
- Visual regression testing assets
- Automated design specification generation
Documentation: figma-desktop-plugin/README.md
┌─────────────────┐
│ MCP Server │ (Chrome DevTools, Figma, etc.)
└────────┬────────┘
│
▼
┌─────────────────┐
│ mcp2rest │ Runs MCP server, exposes REST API
└────────┬────────┘
│
▼
┌─────────────────┐
│ Plugin Skills │ Generated JavaScript scripts
└────────┬────────┘
│
▼
┌─────────────────┐
│ Claude Code │ Uses skills via specialized agents
│ Agents │
└─────────────────┘
We welcome contributions! To add a new plugin from an MCP server:
- See CONTRIBUTING.md for the complete workflow
- All plugins must be generated using mcp2skill-tools
- Plugins must use mcp2rest for MCP server communication
This repository includes:
- m2s commands from mcp2skill-tools for generating skills
- Custom
/skill2plugincommand to streamline plugin creation - Validation scripts to ensure plugin quality
- mcp2skill-tools - Tooling suite for MCP-to-skill conversion
- mcp2rest - REST API gateway for MCP servers
- Model Context Protocol - MCP specification
- Claude Code - AI coding assistant
MIT License - See LICENSE for details
Individual plugins may have their own licenses specified in their README files.