Skillsh
БесплатноНе проверенMCP server for searching and managing AI agent skills from skills.sh, including search, popular skills, details, and install commands.
Описание
MCP server for searching and managing AI agent skills from skills.sh, including search, popular skills, details, and install commands.
README
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
Installation
1. Build the server
cd skillsh-mcp
npm install
npm run build
2. 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.js
Scopes 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 dev
Compatibility
| Client | Transport | Status |
|---|---|---|
| Claude Code | stdio | ✅ Supported |
| Cursor | stdio | ✅ Supported |
| Claude Desktop | stdio | ✅ Supported |
Установка Skillsh
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/brandonqr/skillsh-mcpFAQ
Skillsh MCP бесплатный?
Да, Skillsh MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Skillsh?
Нет, Skillsh работает без API-ключей и переменных окружения.
Skillsh — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Skillsh в Claude Desktop, Claude Code или Cursor?
Открой Skillsh на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Skillsh with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
