skills.sh MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@skills.sh MCP Serversearch for a markdown editor skill"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🛠️ skills.sh MCP Server
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 generatenpxinstallation commands.
Related MCP server: skills-master-mcp
🚀 Quick Start (Recommended)
For Claude Code
You can install this directly into Claude Code with a single command:
claude mcp add skills-sh -- npx -y skills-mcp-serverFor 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-serverThen use skills-mcp-server as your command instead of npx.
💻 Running from Source
If you prefer to run the server locally:
Clone this repository.
Install dependencies:
npm installBuild the project:
npm run buildAdd 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:
Rich Tool Descriptions: Tools contain explicit instructions telling the LLM to generate diverse keywords, loop searches, and thoroughly vet results before recommending them.
MCP Resources: Exposes a
skills-sh://agent-instructionsresource. Advanced clients can automatically read this to understand the full step-by-step searching workflow.MCP Prompts: Exposes a
skills-search-workflowprompt. 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.
Maintenance
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
- AlicenseAqualityBmaintenanceSearch, install, and manage AI agent skills (SKILL.md files) from GitHub repositories. Features workspace analysis for personalized recommendations and supports 140+ pre-indexed skills.92112Creative Commons Attribution Non Commercial Share Alike 4.0 International
- AlicenseAqualityDmaintenanceConnects 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.5338MIT
- AlicenseAqualityDmaintenanceIntegrates 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.6511Apache 2.0
- AlicenseAqualityCmaintenanceEnables 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.52MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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