MCP Skill Hub
Rank #17,320io.github.srprasanna/mcp-skills-server
MCP server providing skill-hub capabilities
MCP Skill Hub is a Model Context Protocol (MCP) server published by srprasanna. It ranks #17,320 of 132,046 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. MCP Skill Hub is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Oct 24, 2025 and most recently updated on Oct 25, 2025.
Ranks ahead of 114,726 of 132,046 servers on MCP Toplist.
Use MCP Skill Hub
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-skills-server -e "MCP_SKILLS_DIR=<your MCP_SKILLS_DIR>" -e "MCP_SKILLS_HOT_RELOAD=<your MCP_SKILLS_HOT_RELOAD>" -e "MCP_SKILLS_LOG_LEVEL=<your MCP_SKILLS_LOG_LEVEL>" -- docker run -i --rm docker.io/srprasanna/mcp-skill-hub:1.0.0Replace each placeholder with your own value before saving.
[mcp_servers.mcp-skills-server]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/srprasanna/mcp-skill-hub:1.0.0"]
[mcp_servers.mcp-skills-server.env]
MCP_SKILLS_DIR = "<your MCP_SKILLS_DIR>"
MCP_SKILLS_HOT_RELOAD = "<your MCP_SKILLS_HOT_RELOAD>"
MCP_SKILLS_LOG_LEVEL = "<your MCP_SKILLS_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-skills-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/srprasanna/mcp-skill-hub:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "<your MCP_SKILLS_DIR>",
"MCP_SKILLS_HOT_RELOAD": "<your MCP_SKILLS_HOT_RELOAD>",
"MCP_SKILLS_LOG_LEVEL": "<your MCP_SKILLS_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-skills-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/srprasanna/mcp-skill-hub:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "<your MCP_SKILLS_DIR>",
"MCP_SKILLS_HOT_RELOAD": "<your MCP_SKILLS_HOT_RELOAD>",
"MCP_SKILLS_LOG_LEVEL": "<your MCP_SKILLS_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-skills-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/srprasanna/mcp-skill-hub:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "<your MCP_SKILLS_DIR>",
"MCP_SKILLS_HOT_RELOAD": "<your MCP_SKILLS_HOT_RELOAD>",
"MCP_SKILLS_LOG_LEVEL": "<your MCP_SKILLS_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-skills-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/srprasanna/mcp-skill-hub:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "<your MCP_SKILLS_DIR>",
"MCP_SKILLS_HOT_RELOAD": "<your MCP_SKILLS_HOT_RELOAD>",
"MCP_SKILLS_LOG_LEVEL": "<your MCP_SKILLS_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-skills-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/srprasanna/mcp-skill-hub:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "<your MCP_SKILLS_DIR>",
"MCP_SKILLS_HOT_RELOAD": "<your MCP_SKILLS_HOT_RELOAD>",
"MCP_SKILLS_LOG_LEVEL": "<your MCP_SKILLS_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.srprasanna%2Fmcp-skills-server)<a href="https://mcptoplist.com/server/io.github.srprasanna%2Fmcp-skills-server"><img src="https://mcptoplist.com/badge/io.github.srprasanna%2Fmcp-skills-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
srprasanna
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Oct 25, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Skill Hub?
- MCP Skill Hub is maintained by srprasanna, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MCP Skill Hub listed on the Official MCP Registry?
- Yes — MCP Skill Hub is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Skill Hub have?
- MCP Toplist tracks 2 versions of MCP Skill Hub, most recently published on Oct 25, 2025.
- Where can I find the source code for MCP Skill Hub?
- The source code for MCP Skill Hub is hosted at github.com/srprasanna/mcp-skill-hub.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.