skillsh-mcp
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., "@skillsh-mcpsearch for machine learning skills"
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.
MCP Server for skills.sh
MCP (Model Context Protocol) server for searching and managing AI agent skills from skills.sh.
Features
🔍 Search Skills: Search for skills by query term
📊 Popular Skills: Get top popular skills from leaderboard
📝 Skill Details: Get information about specific skills
💻 Install Commands: Generate install commands for skills
Related MCP server: suggest-skills
Installation
1. Build the server
cd skillsh-mcp
npm install
npm run build2. Configure your client
For Claude Code
Option A: Using claude mcp add (recommended)
claude mcp add skills-sh --scope user -- node /absolute/path/to/skillsh-mcp/dist/index.jsScopes available:
--scope local(default) — Available only to you in the current project--scope project— Shared via.mcp.jsonin the project root (committed to git)--scope user— Available globally across all your projects
Option B: Using .mcp.json file
Create or edit .mcp.json in your project root:
{
"mcpServers": {
"skills-sh": {
"command": "node",
"args": ["/absolute/path/to/skillsh-mcp/dist/index.js"],
"env": {}
}
}
}Option C: Using claude mcp add-json
claude mcp add-json skills-sh '{"command":"node","args":["/absolute/path/to/skillsh-mcp/dist/index.js"]}'For Cursor
Add to .cursor/mcp.json in your workspace:
{
"mcpServers": {
"skills-sh": {
"command": "node",
"args": ["${workspaceFolder}/skillsh-mcp/dist/index.js"]
}
}
}Then restart Cursor.
Usage
The server provides the following tools:
search_skills
Search for skills on skills.sh
query (required): Search term (e.g., "mapbox", "react", "gis")
limit (optional): Maximum number of results (default: 50)
get_popular_skills
Get popular skills from the leaderboard
limit (optional): Number of results (default: 20)
timeframe (optional): "all", "trending", or "hot" (default: "all")
get_skill_details
Get detailed information about a specific skill
owner (required): GitHub owner/username
repo (required): Repository name
skillId (required): Skill ID
get_install_command
Get the npx install command for a skill
owner (required): GitHub owner/username
repo (required): Repository name
Development
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run devCompatibility
Client | Transport | Status |
Claude Code | stdio | ✅ Supported |
Cursor | stdio | ✅ Supported |
Claude Desktop | stdio | ✅ Supported |
This server cannot be installed
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
AlicenseAqualityFmaintenanceMCP server for discovering and installing AI agent skills from agentskill.sh. Search skills across platforms, browse trending skills, and install them with built-in security scanning.Last updated4103MIT- Alicense-qualityCmaintenanceAn MCP server that generates skill manifests from GitHub skills directories and provides tools to recommend and download AI agent skills.Last updated81Apache 2.0
- AlicenseAqualityCmaintenanceThis MCP server enables AI agents to search, discover, and install skills from the SkillsMP marketplace, with support for keyword and semantic search, skill content retrieval, and installation to various coding agents.Last updated59813MIT
- Alicense-qualityAmaintenanceMCP server for SkillDB that enables AI assistants to search, load, and manage AI agent skills directly.Last updated59MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.
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/brandonqr/skillsh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server