Flato Design MCP for Claude Desktop
io.github.sologovision/flato-design-mcp
Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.
client:Claude Desktop
transport:streamable-http
Install Flato Design MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"flato-design-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.flato.ai/api/mcp/editor"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs