Skillsmp
@anilcancakir
Skillsmp について
Search, discover, and install AI coding skills from SkillsMP marketplace with semantic search
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"skillsmp": {
"command": "npx",
"args": [
"-y",
"skillsmp-mcp-server"
],
"env": {
"SKILLSMP_API_KEY": "your_api_key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
ICSS
chokcoco不止于 CSS
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント