mcpbeat Sign in

Viralhunt MCP Server

local only

Viralhunt MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 382 · avg 14
a month agotoday
73
Installs / week
npm · viralhunt-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Viralhunt MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add viralhunt-mcp -- npx -y viralhunt-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "viralhunt-mcp": {
      "args": [
        "-y",
        "viralhunt-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.viralhunt-mcp]
command = "npx"
args = ["-y", "viralhunt-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "viralhunt-mcp": {
      "args": [
        "-y",
        "viralhunt-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "viralhunt-mcp": {
      "args": [
        "-y",
        "viralhunt-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VIRALHUNT_API_KEY (Your ViralHunt personal token (vhk_...) from viralhunt.io Account > API Access.), VIRALHUNT_BASE_URL (Override the API base URL (advanced).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Viralhunt MCP

same job, measured the same way
PlanVortex
by taliasoftworks

Schedule posts, read comments and answer messages across thirteen social networks.

271 installs/wk local only
Outstand
by outstand

Publish and schedule social media posts and read analytics across 12 networks through one API.

answering
Post for Me MCP Pro
by helbertparanhos

Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.

26 installs/wk local only
Kadenzo MCP
by jors7

Schedule, manage, generate & analyze social posts across 11 networks from any AI agent.

84 installs/wk local only
Postproxy
by postproxy

Publish, schedule, and manage social media posts across major platforms via the Postproxy API.

answering
1Social
by 1social

Publish, schedule and verify social posts across seven networks from your AI assistant.

answering
Postlia
by postlia

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

15 tools answering
Schedchie
by schedchie-www

Schedule, publish and track social posts on nine networks from your AI assistant.

answering

Viralhunt MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Viralhunt MCP?
Viralhunt MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package viralhunt-mcp was installed 73 times last week.
How do I connect Viralhunt MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls viralhunt-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Viralhunt MCP?
The npm package viralhunt-mcp was installed 73 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Viralhunt MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.