Skillflow
Rank #43,898io.github.rafsilva85/skillflow
MCP server providing skillflow capabilities
Skillflow is a Model Context Protocol (MCP) server published by rafsilva85. It ranks #43,898 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Skillflow is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Mar 26, 2026.
Ranks ahead of 88,215 of 132,113 servers on MCP Toplist.
Use Skillflow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skillflow -- npx -y skillflow-mcp-server[mcp_servers.skillflow]
command = "npx"
args = ["-y", "skillflow-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"skillflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}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.rafsilva85%2Fskillflow)<a href="https://mcptoplist.com/server/io.github.rafsilva85%2Fskillflow"><img src="https://mcptoplist.com/badge/io.github.rafsilva85%2Fskillflow.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
rafsilva85
Other servers by rafsilva85
View all rafsilva85 servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Mar 26, 2026 |
| 1.0.0 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Skillflow?
- Skillflow is maintained by rafsilva85, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Skillflow listed on the Official MCP Registry?
- Yes — Skillflow is listed on the Official MCP Registry, alongside Glama.
- How many versions does Skillflow have?
- MCP Toplist tracks 3 versions of Skillflow, most recently published on Mar 26, 2026.
- Where can I find the source code for Skillflow?
- The source code for Skillflow is hosted at github.com/rafsilva85/skillflow-mcp-server.
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.