Workflow Generator
Rank #13,693io.github.askuma/workflow-generator
Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.
Workflow Generator is a Model Context Protocol (MCP) server published by askuma. It ranks #13,693 of 115,591 servers tracked on MCP Toplist. Workflow Generator is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 101,898 of 115,591 servers on MCP Toplist.
Use Workflow Generator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add workflow-generator -- uvx workflow-generator-mcp[mcp_servers.workflow-generator]
command = "uvx"
args = ["workflow-generator-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"workflow-generator": {
"command": "uvx",
"args": [
"workflow-generator-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"workflow-generator": {
"command": "uvx",
"args": [
"workflow-generator-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"workflow-generator": {
"type": "stdio",
"command": "uvx",
"args": [
"workflow-generator-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"workflow-generator": {
"command": "uvx",
"args": [
"workflow-generator-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"workflow-generator": {
"command": "uvx",
"args": [
"workflow-generator-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.askuma%2Fworkflow-generator)<a href="https://mcptoplist.com/server/io.github.askuma%2Fworkflow-generator"><img src="https://mcptoplist.com/badge/io.github.askuma%2Fworkflow-generator.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
askuma
Other servers by askuma
View all askuma servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.1 | Jul 24, 2026 |
| 0.3.0 | Jul 23, 2026 |
| 0.2.1 | Jul 9, 2026 |
| 0.2.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains Workflow Generator?
- Workflow Generator is maintained by askuma, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Workflow Generator listed on the Official MCP Registry?
- Yes — Workflow Generator is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Workflow Generator have?
- MCP Toplist tracks 4 versions of Workflow Generator, most recently published on Jul 24, 2026.
- Where can I find the source code for Workflow Generator?
- The source code for Workflow Generator is hosted at github.com/askuma/workflow-generator.