Skip to content

Claude Code Plug-in marketplace for MCP Server Skills to use MCP servers without loading MCP servers into the main context.

License

Notifications You must be signed in to change notification settings

ulasbilgen/mcp-skills-plugins

Repository files navigation

MCP Skills Plugins Marketplace

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.

What are MCP Skills Plugins?

These plugins bridge MCP servers with Claude Code by:

  1. MCP Server → Running via mcp2rest (persistent REST API gateway)
  2. Skills → Generated JavaScript scripts that call MCP tools via REST
  3. Agents → Specialized agents that know how to use the skills effectively
  4. Plugin → Packaged together for easy installation and distribution

Installation

Add the Marketplace

/plugin marketplace add ulasbilgen/mcp-skills-plugins

Install a Plugin

/plugin install chrome-devtools-plugin@mcp-skills-plugins

or browse all plugins:

/plugin

Prerequisites

All plugins in this marketplace require:

  • mcp2rest - Install globally: npm install -g mcp2rest
  • The corresponding MCP server configured in mcp2rest
  • Node.js >= 18.0.0

Available Plugins

chrome-devtools-plugin v0.5.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-plugins

Features:

  • 🌐 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


figma-desktop-plugin v0.5.0

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-plugins

Features:

  • 🎨 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


How It Works

┌─────────────────┐
│   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       │
└─────────────────┘

Contributing

We welcome contributions! To add a new plugin from an MCP server:

  1. See CONTRIBUTING.md for the complete workflow
  2. All plugins must be generated using mcp2skill-tools
  3. Plugins must use mcp2rest for MCP server communication

Development

This repository includes:

  • m2s commands from mcp2skill-tools for generating skills
  • Custom /skill2plugin command to streamline plugin creation
  • Validation scripts to ensure plugin quality

Related Projects

License

MIT License - See LICENSE for details

Individual plugins may have their own licenses specified in their README files.

About

Claude Code Plug-in marketplace for MCP Server Skills to use MCP servers without loading MCP servers into the main context.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published