M
Mcpskills Plugin
作者 @mcpskills
Claude Code plugin for MCPSkills - npm/pip for AI agents
创建于 1/17/2026
更新于 about 6 hours ago
README
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
- Open Claude Code
- Go to Plugin Manager
- Search for "mcpskills"
- 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 skillsmcp-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.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/mcpskills/mcpskills-plugin
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"mcpskills-mcpskills-plugin": {
"command": "git",
"args": [
"clone",
"https://github.com/mcpskills/mcpskills-plugin"
]
}
}
}