Skip to content
Claude Desktop

composer for Claude Desktop

io.github.olivergrabner/composer

Give your AI coding agent an architecture canvas to design and evolve diagrams.

client:Claude Desktop transport:stdio runtime:npm

Install composer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "composer": {
      "command": "npx",
      "args": [
        "-y",
        "@usecomposer/mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

composer in other clients