PluginBench
MCP Server
Active
MIT

Workflow Generator MCP Server

io.github.askuma/workflow-generator

What is the Workflow Generator MCP server?

Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.

How to install Workflow Generator

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "workflow-generator": {
      "command": "uvx",
      "args": [
        "workflow-generator-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "workflow-generator": {
      "command": "uvx",
      "args": [
        "workflow-generator-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "workflow-generator": {
      "command": "uvx",
      "args": [
        "workflow-generator-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "workflow-generator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "workflow-generator-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add workflow-generator -- uvx workflow-generator-mcp

Related MCP servers

Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.

0
Python
MIT
View repository →