skillmds
Rank #8,446com.skillmd/skillmd
Search, fetch, lint, and install Agent Skills (SKILL.md) from the SkillMD registry.
skillmds is a Model Context Protocol (MCP) server published by skillmds. It ranks #8,446 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. skillmds is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 25, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 123,600 of 132,046 servers on MCP Toplist.
Use skillmds
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http skillmd https://api.skillmd.com/mcpclaude mcp add skillmd -e "SKILLMD_TOKEN=<your SKILLMD_TOKEN>" -e "SKILLMD_API=<your SKILLMD_API>" -- npx -y skillmdsReplace each placeholder with your own value before saving.
[mcp_servers.skillmd]
url = "https://api.skillmd.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.skillmd]
command = "npx"
args = ["-y", "skillmds"]
[mcp_servers.skillmd.env]
SKILLMD_TOKEN = "<your SKILLMD_TOKEN>"
SKILLMD_API = "<your SKILLMD_API>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.skillmd.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"skillmd": {
"command": "npx",
"args": [
"-y",
"skillmds"
],
"env": {
"SKILLMD_TOKEN": "<your SKILLMD_TOKEN>",
"SKILLMD_API": "<your SKILLMD_API>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skillmd": {
"url": "https://api.skillmd.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"skillmd": {
"command": "npx",
"args": [
"-y",
"skillmds"
],
"env": {
"SKILLMD_TOKEN": "<your SKILLMD_TOKEN>",
"SKILLMD_API": "<your SKILLMD_API>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"skillmd": {
"type": "http",
"url": "https://api.skillmd.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"skillmd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillmds"
],
"env": {
"SKILLMD_TOKEN": "<your SKILLMD_TOKEN>",
"SKILLMD_API": "<your SKILLMD_API>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skillmd": {
"serverUrl": "https://api.skillmd.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skillmd": {
"command": "npx",
"args": [
"-y",
"skillmds"
],
"env": {
"SKILLMD_TOKEN": "<your SKILLMD_TOKEN>",
"SKILLMD_API": "<your SKILLMD_API>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"skillmd": {
"url": "https://api.skillmd.com/mcp"
}
}
}{
"mcpServers": {
"skillmd": {
"command": "npx",
"args": [
"-y",
"skillmds"
],
"env": {
"SKILLMD_TOKEN": "<your SKILLMD_TOKEN>",
"SKILLMD_API": "<your SKILLMD_API>"
}
}
}
}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/com.skillmd%2Fskillmd)<a href="https://mcptoplist.com/server/com.skillmd%2Fskillmd"><img src="https://mcptoplist.com/badge/com.skillmd%2Fskillmd.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
skillmds
Available versions (3)
| Version | Published |
|---|---|
| 1.2.0 | Sep 13, 2026 |
| 1.1.2 | Sep 7, 2026 |
| 1.1.1 | Sep 7, 2026 |
Frequently asked questions
- Who maintains skillmds?
- skillmds is maintained by skillmds, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is skillmds listed on the Official MCP Registry?
- Yes — skillmds is listed on the Official MCP Registry, alongside Glama.
- How many versions does skillmds have?
- MCP Toplist tracks 3 versions of skillmds, most recently published on Sep 13, 2026.
- Where can I find the source code for skillmds?
- The source code for skillmds is hosted at github.com/skillmds/skillmd.
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.