Flowboard for Claude Desktop
io.github.flowboardstudio/flowboard
Discover cloud shapes and create, inspect, validate, patch, and review architecture diagrams.
client:Claude Desktop
transport:streamable-http
tools:23
Install Flowboard in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"flowboard": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://flowboard.studio/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_diagram_revisions
- get_diagram_revision
- restore_diagram_revision
- list_shapes
- create_diagram
- list_diagrams
- get_diagram
- update_diagram
- patch_diagram
- propose_diagram_changes
- list_diagram_proposals
- decide_diagram_proposal
- validate_diagram
- delete_diagram
- list_agent_errors
- submit_agent_feedback
- list_agent_feedback
- get_architecture_decision
- search_architecture_decisions
- get_architecture_model
- update_architecture_model
- list_architecture_revisions
- get_architecture_revision