Allows the fetching of skill documentation and repository content directly from GitHub repositories to provide AI agents with immediate access to community-made instructions and code patterns.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@skills-master-mcpfind and read a skill for converting markdown to PDF"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is this?
An MCP server that connects your AI coding agent to the SkillsMP marketplace — 8,000+ community-made skills.
You can search for skills, read them directly into your agent's context, install them permanently, or remove them. No API key needed. One command to set up.
The key idea: you don't always need to install a skill. You can just read it and your agent gets the instructions on the spot.
Quick Start
Claude Code
Cursor
Add to .cursor/mcp.json:
Any MCP-Compatible Client
No API key. No .env. No configuration.
Example
Here's a real use case. You need to convert a markdown file to PDF but your agent doesn't know how. Instead of figuring it out yourself, just ask:
The skill was never installed to your machine. The agent just read it, learned the approach, and executed it. One-shot use.
If you want a skill permanently, you can install it too:
Tools
search
Keyword search across the SkillsMP marketplace.
Parameter | Type | Default | Description |
| string | required | Search terms (e.g., |
| number |
| Page number |
| number |
| Results per page (max: 100) |
| string |
|
|
| string |
|
|
ai_search
Semantic search. Describe what you need in plain English and it finds relevant skills.
Parameter | Type | Default | Description |
| string | required | Natural language query (e.g., |
| string |
|
|
read_skill
Fetches a skill's SKILL.md from GitHub and loads it into the agent's context. No installation needed — the agent can use it immediately.
Parameter | Type | Default | Description |
| string | required | GitHub user/org (e.g., |
| string | required | Repository name |
| string | — | Path to skill folder |
| string |
| Git branch |
install_skill
Permanently installs skills to your agent using add-skill.
Parameter | Type | Default | Description |
| string | required | GitHub |
| string | required | Skill names (comma-separated) |
| string | required | Target agents (comma-separated) |
| boolean |
| Install globally (user-level) |
remove_skill
Deletes installed skill files from your agent's commands directory.
Parameter | Type | Default | Description |
| string | required | Skill names to remove (comma-separated) |
| string |
| Target agent |
| boolean |
| Remove from global scope |
Supported Agents
Agent | Install | Remove |
Yes | Yes | |
Yes | Yes | |
Yes | — | |
Yes | — | |
Yes | — | |
Yes | — | |
Yes | — |
How It Works
Search requests go through a proxy backend so you don't need an API key. Everything else is direct.
Configuration
Nothing to configure. Optional env vars for advanced use:
Variable | Default | Description |
| Production URL | Override backend endpoint |
|
|
|
|
| HTTP port (when |
Links
License
MIT