viralhunt mcp for Cursor
io.github.rodvan/viralhunt-mcp
Find trending content and schedule posts across social networks via the ViralHunt.io API.
client:Cursor
transport:stdio
runtime:npm
Install viralhunt mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"viralhunt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"viralhunt-mcp"
],
"env": {
"VIRALHUNT_API_KEY": "<VIRALHUNT_API_KEY>",
"VIRALHUNT_BASE_URL": "<VIRALHUNT_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs