Devflow MCP
Rank #43,503io.github.cocaxcode/devflow-mcp
MCP server providing devflow-mcp capabilities
Devflow MCP is a Model Context Protocol (MCP) server published by cocaxcode. It ranks #43,503 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Devflow MCP is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 71,957 of 115,460 servers on MCP Toplist.
Use Devflow MCP
claude mcp add devflow-mcp -- npx -y @cocaxcode/devflow-mcp[mcp_servers.devflow-mcp]
command = "npx"
args = ["-y", "@cocaxcode/devflow-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"devflow-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/devflow-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"devflow-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/devflow-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"devflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cocaxcode/devflow-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"devflow-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/devflow-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devflow-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/devflow-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.cocaxcode%2Fdevflow-mcp)<a href="https://mcptoplist.com/server/io.github.cocaxcode%2Fdevflow-mcp"><img src="https://mcptoplist.com/badge/io.github.cocaxcode%2Fdevflow-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
cocaxcode
Other servers by cocaxcode
- Database MCP#18,611 · 3 vers
- Api Testing MCP#19,358 · 3 vers
- Ai Context Inspector#39,082 · 3 vers
- Logbook MCP#43,504 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.8 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Devflow MCP?
- Devflow MCP is maintained by cocaxcode, which publishes 5 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Devflow MCP listed on the Official MCP Registry?
- Yes — Devflow MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Devflow MCP have?
- MCP Toplist tracks 2 versions of Devflow MCP, most recently published on Mar 25, 2026.
- Where can I find the source code for Devflow MCP?
- The source code for Devflow MCP is hosted at github.com/cocaxcode/devflow-mcp.