Skip to content
Gemini CLI

WebMCP Today for Gemini CLI

io.github.robertn702/webmcp-today

Your agent gets trustworthy tools on sites without WebMCP — data-only packages you approve.

client:Gemini CLI transport:stdio runtime:npm

Install WebMCP Today 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": {
    "webmcp-today": {
      "command": "npx",
      "args": [
        "-y",
        "@webmcp-today/mcp-bridge"
      ],
      "env": {
        "WEBMCP_TODAY_API_KEY": "<WEBMCP_TODAY_API_KEY>"
      }
    }
  }
}

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

WebMCP Today in other clients