MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Claude Code plugin for MCPSkills - npm/pip for AI agents

Created 1/17/2026
Updated about 6 hours ago
Repository documentation and setup instructions

MCPSkills Plugin for Claude Code

The official Claude Code plugin for MCPSkills - npm/pip for AI agents.

Features

  • Slash Commands: Quick access to install and search packages
  • Agent Skills: Intelligent package discovery and installation guidance
  • Registry Integration: Direct access to the MCPSkills marketplace

Installation

From Claude Code Plugin Marketplace

  1. Open Claude Code
  2. Go to Plugin Manager
  3. Search for "mcpskills"
  4. Click Install

Manual Installation

# Clone the plugin
git clone https://github.com/mcpskills/mcpskills-plugin.git ~/.claude/plugins/mcpskills

# Or test locally
claude --plugin-dir ./mcpskills-plugin

Commands

| Command | Description | |---------|-------------| | /mcpskills:skill-install <name> | Install a skill from the registry | | /mcpskills:skill-search <query> | Search for skills | | /mcpskills:mcp-install <name> | Install an MCP server | | /mcpskills:mcp-search <query> | Search for MCP servers | | /mcpskills:browse | Browse the full registry |

Usage Examples

Install a Skill

/mcpskills:skill-install code-review

Search for MCP Servers

/mcpskills:mcp-search database

Browse the Registry

/mcpskills:browse

Prerequisites

The plugin will automatically install the CLI tools if needed:

  • skill-get - CLI for managing AI skills
  • mcp-get - CLI for managing MCP servers

You can also install them manually:

npm install -g skill-get mcp-get

Links

  • Web Marketplace: https://mcpskills.pages.dev
  • API: https://api.mcpskills.dev/api/v1
  • GitHub: https://github.com/mcpskills

Support

License

MIT License - see LICENSE for details.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/mcpskills/mcpskills-plugin
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "mcpskills-mcpskills-plugin": { "command": "git", "args": [ "clone", "https://github.com/mcpskills/mcpskills-plugin" ] } } }