Skip to content
Gemini CLI

ux mcp server for Gemini CLI

io.github.elsahafy/ux-mcp-server

UX toolkit: 28 knowledge resources, 23 analysis tools & 4 workflow prompts for any MCP client

client:Gemini CLI transport:stdio runtime:npm

Install ux mcp server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@elsahafy/ux-mcp-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ux mcp server in other clients