Skip to content
Zed

viralhunt mcp for Zed

io.github.rodvan/viralhunt-mcp

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

client:Zed transport:stdio runtime:npm

Install viralhunt mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "viralhunt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "viralhunt-mcp"
      ],
      "env": {
        "VIRALHUNT_API_KEY": "<VIRALHUNT_API_KEY>",
        "VIRALHUNT_BASE_URL": "<VIRALHUNT_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

viralhunt mcp in other clients