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
5Search SkillsMP marketplace for AI coding skills by keywords. Parameters: - query: Search terms (e.g., "fastapi", "react testing") - page: Page number (default: 1) - limit: Results per page (default: 20, max: 100) - sort_by: "stars" (default) or "recent" Returns skills with name, description, author, stars, and GitHub URL.
Semantic search for skills using natural language queries. Powered by AI to understand intent. Use this when keywords aren't enough - describe what you want to accomplish. Parameters: - query: Natural language query (e.g., "How to build REST APIs with authentication") Examples: "tools for web scraping", "help with React testing", "automate deployments"
Read skill file content (SKILL.md) from a GitHub repository. Use to preview a skill before installing. Parameters: - owner: GitHub username/org (e.g., "anthropics") - repo: Repository name (e.g., "claude-code") - path: Path to skill folder (e.g., "plugins/frontend-design/skills/frontend-design") - branch: Git branch (default: "main") If path has no skill.md, returns directory listing.
List all available skills in a GitHub repository without installing. Parameters: - source: GitHub shorthand "owner/repo" (e.g., "anthropics/claude-code") Returns skill names and descriptions found in the repository.
Install skills from GitHub to AI coding agents. Parameters: - source: GitHub "owner/repo" (e.g., "anthropics/claude-code") [REQUIRED] - skills: Skill names, comma-separated (e.g., "frontend-design,backend-dev") [REQUIRED] - agents: Target agents, comma-separated [REQUIRED] Valid: claude-code, cursor, codex, opencode, antigravity, github-copilot, roo - global: Install user-level instead of project-level (default: false) Example: source="anthropics/claude-code", skills="frontend-design", agents="claude-code"
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
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments