Skills Board
Rank #5,673io.github.TommyBez/skillsboard
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Skills Board is a Model Context Protocol (MCP) server published by TommyBez. It ranks #5,673 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Skills Board is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 7, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 109,787 of 115,460 servers on MCP Toplist.
Use Skills Board
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http skillsboard https://www.skillsboard.sh/api/mcp[mcp_servers.skillsboard]
url = "https://www.skillsboard.sh/api/mcp"Add to ~/.codex/config.toml.
https://www.skillsboard.sh/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"skillsboard": {
"url": "https://www.skillsboard.sh/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"skillsboard": {
"type": "http",
"url": "https://www.skillsboard.sh/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"skillsboard": {
"serverUrl": "https://www.skillsboard.sh/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skillsboard": {
"url": "https://www.skillsboard.sh/api/mcp"
}
}
}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.TommyBez%2Fskillsboard)<a href="https://mcptoplist.com/server/io.github.TommyBez%2Fskillsboard"><img src="https://mcptoplist.com/badge/io.github.TommyBez%2Fskillsboard.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
TommyBez
Other servers by TommyBez
View all TommyBez servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains Skills Board?
- Skills Board is maintained by TommyBez, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Skills Board listed on the Official MCP Registry?
- Yes — Skills Board is listed on the Official MCP Registry, alongside Glama.
- How many versions does Skills Board have?
- MCP Toplist tracks 1 version of Skills Board, most recently published on Aug 7, 2026.
- Where can I find the source code for Skills Board?
- The source code for Skills Board is hosted at github.com/TommyBez/skillsboard.