Skills Registry
Rank #2,077pulsemcp/anand-92-skills-registry
Search and fetch AI agent skills on demand from a centralized GitHub-backed skills registry via MCP.
Skills Registry is a Model Context Protocol (MCP) server published by nikships. It ranks #2,077 of 115,460 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. Skills Registry is listed on PulseMCP, with 17 release tags tracked from its GitHub repository. It was first listed on Jun 5, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 113,383 of 115,460 servers on MCP Toplist.
Use Skills Registry
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http anand-92-skills-registry https://mcp.skills-registry.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.anand-92-skills-registry]
url = "https://mcp.skills-registry.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.skills-registry.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"anand-92-skills-registry": {
"url": "https://mcp.skills-registry.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"anand-92-skills-registry": {
"type": "http",
"url": "https://mcp.skills-registry.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"anand-92-skills-registry": {
"serverUrl": "https://mcp.skills-registry.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"anand-92-skills-registry": {
"url": "https://mcp.skills-registry.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/pulsemcp%2Fanand-92-skills-registry)<a href="https://mcptoplist.com/server/pulsemcp%2Fanand-92-skills-registry"><img src="https://mcptoplist.com/badge/pulsemcp%2Fanand-92-skills-registry.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nikships
Other servers by nikships
View all nikships servers →GitHub releases (17)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| macapp-v0.1.17 | Aug 24, 2026 |
| macapp-v0.1.16 | Aug 24, 2026 |
| v0.5.50 | Aug 24, 2026 |
| macapp-v0.1.15 | Aug 24, 2026 |
| v0.5.49 | Aug 24, 2026 |
| macapp-v0.1.11 | Aug 1, 2026 |
| macapp-v0.1.10 | Aug 1, 2026 |
| macapp-v0.1.9 | Jul 14, 2026 |
| v0.5.42 | Jun 23, 2026 |
| macapp-v0.1.8 | Jun 19, 2026 |
| v0.5.41 | Jun 19, 2026 |
| v0.5.40 | Jun 19, 2026 |
| v0.5.39 | Jun 7, 2026 |
| macapp-v0.1.7 | Jun 7, 2026 |
| v0.5.38 | Jun 7, 2026 |
| v0.5.37 | Jun 5, 2026 |
| v0.5.36 | Jun 5, 2026 |
Frequently asked questions
- Who maintains Skills Registry?
- Skills Registry is maintained by nikships, which publishes 4 MCP servers (68 total versions) tracked on MCP Toplist.
- Is Skills Registry listed on the Official MCP Registry?
- Skills Registry is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Skills Registry have?
- No registry surfaces explicit version metadata for Skills Registry; MCP Toplist tracks 17 release tags from its GitHub repository, most recently published on Aug 24, 2026.
- Where can I find the source code for Skills Registry?
- The source code for Skills Registry is hosted at github.com/nikships/skills-registry.