
Skillhub Mcp
@214140846
关于 Skillhub Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"skillhub-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"skillhub-mcp@latest",
"/path/to/skills"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Skillhub MCP?
Skillhub MCP is an MCP server that converts Claude-style skills (defined with SKILL.md) into MCP tools and resources, enabling any MCP client to call the same skills. It is designed for teams and individuals who want to reuse skills across multiple MCP clients (e.g., Cursor, Claude Code, Codex) and prefer flexible skill packaging.
How to use Skillhub MCP?
Install the server via uvx skillhub-mcp@latest, optionally providing a custom skills root directory. Then configure it as an MCP server in your client’s settings (e.g., ~/.cursor/mcp.json, claude mcp add, or ~/.codex/config.toml). The server discovers skills from the root directory and exposes them as MCP tools and resources.
Key features of Skillhub MCP
- Cross-client reuse: install once, use from any MCP client
- Flexible packaging: nested directories,
.zip, and.skillarchives - Skill resources: expose scripts, datasets, examples as MCP resources
- Resource fallback: a
fetch_resourcetool for clients without native MCP resource support - Multiple transports: stdio (default), http, and sse
- Lightweight: no script execution; the client decides whether to run scripts
Use cases of Skillhub MCP
- Turn existing Claude-style skills into tools for Cursor, Claude Code, or Codex
- Organize and share skills with nested folders and zip/archive packaging
- Expose skill-related scripts and data as MCP resources for agent reading
- Reuse the same skills across multiple team agents without duplication
FAQ from Skillhub MCP
Is Skillhub MCP an MCP server or an MCP client?
It is an MCP server. It runs as a server process and exposes tools and resources to MCP clients.
How does Skillhub MCP differ from Claude Code’s skills directory?
Claude Code expects a flat skills directory (each immediate subdirectory is one skill). Skillhub MCP allows nested directories and supports .zip/.skill packaged skills.
What transport options does Skillhub MCP support?
It supports stdio (default), http, and sse transports, configurable via the --transport flag.
Does Skillhub MCP execute scripts inside skills?
No. Skillhub MCP does not run scripts; the client decides whether and how to execute them. Skills may contain scripts and arbitrary files, so treat them as untrusted and run in sandboxes/containers.
Where does Skillhub MCP look for skills by default?
The default skills root is ~/.skillhub-mcp. You can override it by passing a path as a positional argument.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
评论