Submit

Flowzap

@Jules Kovac

The FlowZap MCP Server bridges AI coding assistants and FlowZap's diagramming engine, letting LLMs generate real, shareable Workflow, Sequence and Architecture diagrams in seconds. Pretty ones. - Installs in one command — npx -y flowzap-mcp — with no authentication required. - Works with Claude Desktop, Cursor, Windsurf, Zed, Warp, Cline, Roo Code, Continue.dev, OpenAI Codex, and more. - Core tools let AI agents validate FlowZap Code syntax, fetch syntax docs, and create shareable playground URLs. - Use it with its SKILL . md file for cleaner results: npx skills add flowzap-xyz/flowzap-mcp --skill flowzap-diagrams
Overview

FlowZap MCP connects AI assistants to the FlowZap diagramming engine so they can generate shareable workflow, sequence, and architecture diagrams from FlowZap Code.

Features

  • Generate FlowZap diagrams through MCP-compatible AI clients
  • Validate FlowZap Code syntax
  • Fetch FlowZap syntax documentation
  • Create temporary shareable playground URLs
  • Return diagrams as structured JSON graphs for downstream reasoning

Compatible clients

Claude Desktop, Cursor, Windsurf, Zed, Warp, Cline, Roo Code, Continue, OpenAI Codex, and other MCP-compatible tools.

Install

npx -y flowzap-mcp

For better results, pair it with the FlowZap skill: npx skills add flowzap-xyz/flowzap-mcp --skill flowzap-diagrams

Security

  • No authentication required
  • Public endpoints only
  • No user data stored
  • Ephemeral playground sessions with 60-minute TTL
  • No cookies or tracking
  • Logs are written to stderr only

Server Config

{
  "mcpServers": {
    "flowzap": {
      "command": "npx",
      "args": [
        "-y",
        "flowzap-mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.