gemini-design-mcp

Antoinecarle/gemini-design-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server for Gemini design agent integration
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": {
    "gemini-design-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Antoinecarle/gemini-design-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that integrates Google's Gemini AI as a design agent for Claude Code, providing comprehensive UI/UX design support. - **Local (stdio):** Run locally with Claude Code using stdio transport - [See Setup](#setup) below - **Remote (HTTP/SSE):** Deploy to Railway for remote access - [See Quick Start](QUICKSTART.md)