skill-mcp
Rank #8,941io.github.chrischall/skill-mcp
Serves a directory of Agent Skills over MCP: list, load, read files, run declared scripts
skill-mcp is a Model Context Protocol (MCP) server published by chrischall. It ranks #8,941 of 132,608 servers tracked on MCP Toplist. skill-mcp is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 28, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 123,667 of 132,608 servers on MCP Toplist.
Use skill-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skill-mcp -e "SKILLS_DIR=<your SKILLS_DIR>" -- npx -y @chrischall/skill-mcpReplace each placeholder with your own value before saving.
[mcp_servers.skill-mcp]
command = "npx"
args = ["-y", "@chrischall/skill-mcp"]
[mcp_servers.skill-mcp.env]
SKILLS_DIR = "<your SKILLS_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skill-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/skill-mcp"
],
"env": {
"SKILLS_DIR": "<your SKILLS_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skill-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/skill-mcp"
],
"env": {
"SKILLS_DIR": "<your SKILLS_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"skill-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/skill-mcp"
],
"env": {
"SKILLS_DIR": "<your SKILLS_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skill-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/skill-mcp"
],
"env": {
"SKILLS_DIR": "<your SKILLS_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skill-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/skill-mcp"
],
"env": {
"SKILLS_DIR": "<your SKILLS_DIR>"
}
}
}
}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.chrischall%2Fskill-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fskill-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fskill-mcp.svg" alt="MCP Toplist: Top 10% of 132,608" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,084 · 53 vers
- skylight-mcp#1,551 · 25 vers
- infinitecampus-mcp#2,108 · 28 vers
- zola-mcp#2,158 · 37 vers
- redfin-mcp#2,290 · 32 vers
- honeybook-mcp#2,801 · 43 vers
- resy-mcp#2,881 · 34 vers
- gemini-mcp#3,125 · 38 vers
- opentable-mcp#3,263 · 31 vers
- Credit Karma MCP#3,266 · 31 vers
- booli-mcp#3,317 · 11 vers
- canvas-parent-mcp#3,345 · 31 vers
Available versions (5)
| Version | Published |
|---|---|
| 1.0.0 | Sep 20, 2026 |
| 0.3.0 | Sep 18, 2026 |
| 0.2.1 | Sep 10, 2026 |
| 0.2.0 | Sep 4, 2026 |
| 0.1.0 | Aug 28, 2026 |
Frequently asked questions
- Who maintains skill-mcp?
- skill-mcp is maintained by chrischall, which publishes 73 MCP servers (1390 total versions) tracked on MCP Toplist.
- Is skill-mcp listed on the Official MCP Registry?
- Yes — skill-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does skill-mcp have?
- MCP Toplist tracks 5 versions of skill-mcp, most recently published on Sep 20, 2026.
- Where can I find the source code for skill-mcp?
- The source code for skill-mcp is hosted at github.com/chrischall/skill-mcp.
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.