Skip to content
Gemini CLI

artifyde mcp for Gemini CLI

com.artifyde/artifyde-mcp

A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.

client:Gemini CLI transport:stdio runtime:npm

Install artifyde mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "artifyde-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "artifyde-mcp"
      ],
      "env": {
        "ARTIFYDE_TOKEN": "<ARTIFYDE_TOKEN>",
        "ARTIFYDE_URL": "<ARTIFYDE_URL>"
      }
    }
  }
}

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

artifyde mcp in other clients