flowgram.ai

GitHub

FlowGram is an extensible workflow development framework with built-in canvas, form, variable, and materials that helps developers build AI workflow platforms faster and simpler.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "flowgram.ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-flowgram.ai"
      ]
    }
  }
}