Skip to content
Gemini CLI

viralhunt mcp for Gemini CLI

io.github.rodvan/viralhunt-mcp

Find trending content and schedule posts across social networks via the ViralHunt.io API.

client:Gemini CLI transport:stdio runtime:npm

Install viralhunt 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": {
    "viralhunt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "viralhunt-mcp"
      ],
      "env": {
        "VIRALHUNT_API_KEY": "<VIRALHUNT_API_KEY>",
        "VIRALHUNT_BASE_URL": "<VIRALHUNT_BASE_URL>"
      }
    }
  }
}

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

viralhunt mcp in other clients