balsamiq-mcp-server

AmirHossein-PapakiKashani/balsamiq-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
Model Context Protocol (MCP) Server for Balsamiq Wireframes integration with Antigravity, Claude Code, and AI Agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "balsamiq-mcp-server": {
      "command": "uvx",
      "args": [
        "balsamiq-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install balsamiq-mcp-server