Skillsmp
@anilcancakir
About Skillsmp
Search, discover, and install AI coding skills from SkillsMP marketplace with semantic search
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"skillsmp": {
"command": "npx",
"args": [
"-y",
"skillsmp-mcp-server"
],
"env": {
"SKILLSMP_API_KEY": "your_api_key"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is SkillsMP?
SkillsMP is a Model Context Protocol (MCP) server that enables AI agents to search, discover, and install skills from the SkillsMP marketplace. It provides tools for keyword search, AI‑powered semantic search, reading skill content from GitHub, listing repository skills, and installing skills to supported AI coding agents.
How to use SkillsMP?
Configure the server by adding a skillsmp entry to your MCP client configuration (Claude Code, Cursor, Claude Desktop, Opencode, Google Antigravity, Roo Code, or GitHub Copilot). Pass your SkillsMP API key via the SKILLSMP_API_KEY environment variable. After setup, the server’s tools become available to your AI assistant. For example, you can search skills, perform semantic searches, list skills in a repository, or install skills.
Key features of SkillsMP
- Keyword search with pagination and sorting (
skillsmp_search) - AI‑powered semantic search using natural language (
skillsmp_ai_search) - Read skill content (SKILL.md) from GitHub repositories
- List available skills in a repository (
skillsmp_list_repo_skills) - Install skills to supported AI coding agents (
skillsmp_install_skill)
Use cases of SkillsMP
- Search for Python skills sorted by stars
- Find skills that help with building REST APIs with authentication
- List all skills available in a GitHub repository like
anthropics/claude-code - Install a specific skill (e.g.,
frontend-design) from a repository to Claude Code
FAQ from SkillsMP
What do I need to run SkillsMP MCP Server?
Requires Node.js 18+ and a SkillsMP API key, which can be obtained from skillsmp.com.
How can I transport requests?
By default it uses stdio. Set the TRANSPORT environment variable to http to enable HTTP transport, optionally configuring the PORT (default 3000).
Where does the data come from?
Skills are sourced from the SkillsMP marketplace and from GitHub repositories.
Which AI agents are supported for installing skills?
The supported agents are: claude-code, cursor, codex, opencode, antigravity, github-copilot, and roo.
What is the maximum number of search results?
The skillsmp_search tool has a limit parameter with a maximum of 100 results per page.
Frequently asked questions
What do I need to run SkillsMP MCP Server?
Requires Node.js 18+ and a SkillsMP API key, which can be obtained from skillsmp.com.
How can I transport requests?
By default it uses stdio. Set the `TRANSPORT` environment variable to `http` to enable HTTP transport, optionally configuring the `PORT` (default 3000).
Where does the data come from?
Skills are sourced from the SkillsMP marketplace and from GitHub repositories.
Which AI agents are supported for installing skills?
The supported agents are: `claude-code`, `cursor`, `codex`, `opencode`, `antigravity`, `github-copilot`, and `roo`.
What is the maximum number of search results?
The `skillsmp_search` tool has a `limit` parameter with a maximum of 100 results per page.
Basic information
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments