viralhunt mcp for Grok
io.github.rodvan/viralhunt-mcp
Find trending content and schedule posts across social networks via the ViralHunt.io API.
client:Grok
transport:stdio
runtime:npm
Install viralhunt mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"viralhunt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"viralhunt-mcp"
],
"env": {
"VIRALHUNT_API_KEY": "<VIRALHUNT_API_KEY>",
"VIRALHUNT_BASE_URL": "<VIRALHUNT_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs