Skip to main content
Glama
ANeuronI

skills.sh MCP Server

by ANeuronI

🛠️ skills.sh MCP Server

npm version

An unofficial Model Context Protocol (MCP) server for the skills.sh ecosystem. This server empowers your AI agents (like Claude Code, Antigravity-cli, or Cursor) to autonomously search, evaluate, and install the most relevant skills directly from the skills.sh catalog.

📦 NPM Package: skills-mcp-server


✨ Features

  • Zero-Config & No Auth: Uses public endpoints—no Vercel tokens or API keys required.

  • AI-Native & Self-Documenting: Natively embeds detailed workflow instructions via MCP Prompts and Resources so your LLM always knows exactly how to search effectively.

  • 4 Powerful Tools:

    • search_skills: Semantic search through the catalog.

    • get_skill_details: Deep-dive analytics (installs, platforms, history).

    • get_popular_skills: Discover trending and hot skills.

    • get_install_command: Instantly generate npx installation commands.

Related MCP server: skills-master-mcp

For Claude Code

You can install this directly into Claude Code with a single command:

claude mcp add skills-sh -- npx -y skills-mcp-server

For Claude Desktop & Cursor

Add the following to your MCP client configuration (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "skills-sh": {
      "command": "npx",
      "args": [
        "-y",
        "skills-mcp-server"
      ]
    }
  }
}

Global Installation (Optional)

If you prefer not to use npx every time, you can install it globally:

npm install -g skills-mcp-server

Then use skills-mcp-server as your command instead of npx.

💻 Running from Source

If you prefer to run the server locally:

  1. Clone this repository.

  2. Install dependencies: npm install

  3. Build the project: npm run build

  4. Add the absolute path to your MCP client config:

{
  "mcpServers": {
    "skills-sh": {
      "command": "node",
      "args": [
        "/absolute/path/to/your/skills-mcp-server/build/index.js"
      ]
    }
  }
}

🧠 How the AI Uses This Server

This server is designed to be fully self-documenting for LLMs.

When your agent connects, it automatically gains access to:

  1. Rich Tool Descriptions: Tools contain explicit instructions telling the LLM to generate diverse keywords, loop searches, and thoroughly vet results before recommending them.

  2. MCP Resources: Exposes a skills-sh://agent-instructions resource. Advanced clients can automatically read this to understand the full step-by-step searching workflow.

  3. MCP Prompts: Exposes a skills-search-workflow prompt. Users can invoke this manually in supported clients to force the LLM into a highly optimized "Skill Search Mode".


Acknowledgements

Core API discovery and initial implementation credit goes to brandonqr/skillsh-mcp.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Search, install, and manage AI agent skills (SKILL.md files) from GitHub repositories. Features workspace analysis for personalized recommendations and supports 140+ pre-indexed skills.
    9
    21
    12
    Creative Commons Attribution Non Commercial Share Alike 4.0 International
  • A
    license
    A
    quality
    D
    maintenance
    Connects AI coding agents to the SkillsMP marketplace, allowing users to search, read, and install over 8,000 community-made skills. It enables agents to gain new capabilities either through on-the-spot instruction or permanent installation without requiring an API key.
    5
    33
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Integrates with the skills.sh ecosystem to allow AI coding agents to discover, install, and manage reusable instruction sets. It enables autonomous agents to extend their capabilities with structured skill discovery and full lifecycle management through the Model Context Protocol.
    6
    51
    1
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Enables discovery and installation of agent skills from curated GitHub repositories, allowing users to search large collections and inspect skill contents directly. It supports downloading skills locally and provides grounded scaffolds for creating new skills based on existing patterns.
    5
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Search your team's shared AI-skill library, get install commands, and save skills from your agent.

  • Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.

  • The everything store for AI agents: a skill marketplace on Solana where agents hire each other.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ANeuronI/Skill.sh-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server