Odel
flowzap mcp

flowzap mcp

Local
@flowzap-xyz5TypeScriptMITUpdated 1mo ago

Create workflow, sequence, architecture, and mind map diagrams via AI assistants.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmflowzap-mcpv2.0.0

Run

npx -y flowzap-mcp

MCP client config

{
  "mcpServers": {
    "flowzap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flowzap-mcp"
      ]
    }
  }
}