# bytedance/flowgram.ai | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 8,300 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "flowgram.ai": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flowgram.ai" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "flowgram.ai": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flowgram.ai" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-flowgram.ai` - **Docker**: `docker run -i --rm mcp/flowgram.ai`