MCP.so
Sign In
S

Skillsmp

@anilcancakir

About Skillsmp

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

Basic information

Category

Other

Transports

stdio

Publisher

anilcancakir

Submitted by

Anılcan Çakır

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

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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.

Comments

More Other MCP servers