MCP.so
登录
S

Skillsmp

@anilcancakir

关于 Skillsmp

Search, discover, and install AI coding skills from SkillsMP marketplace with semantic search

基本信息

分类

其他

传输方式

stdio

发布者

anilcancakir

提交者

Anılcan Çakır

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器