ViralNote MCP Server
Rank #19,455io.github.viralnote/mcp-server
Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.
ViralNote MCP Server is a Model Context Protocol (MCP) server published by viralnote. It ranks #19,455 of 132,046 servers tracked on MCP Toplist. ViralNote MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 112,591 of 132,046 servers on MCP Toplist.
Use ViralNote MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http viralnote https://dashboard.viralnote.app/api/mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add viralnote -e "VIRALNOTE_API_KEY=<your VIRALNOTE_API_KEY>" -- npx -y @viralnote/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.viralnote]
url = "https://dashboard.viralnote.app/api/mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.viralnote]
command = "npx"
args = ["-y", "@viralnote/mcp-server"]
[mcp_servers.viralnote.env]
VIRALNOTE_API_KEY = "<your VIRALNOTE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://dashboard.viralnote.app/api/mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"viralnote": {
"command": "npx",
"args": [
"-y",
"@viralnote/mcp-server"
],
"env": {
"VIRALNOTE_API_KEY": "<your VIRALNOTE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"viralnote": {
"url": "https://dashboard.viralnote.app/api/mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"viralnote": {
"command": "npx",
"args": [
"-y",
"@viralnote/mcp-server"
],
"env": {
"VIRALNOTE_API_KEY": "<your VIRALNOTE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"viralnote": {
"type": "http",
"url": "https://dashboard.viralnote.app/api/mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"viralnote": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@viralnote/mcp-server"
],
"env": {
"VIRALNOTE_API_KEY": "<your VIRALNOTE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"viralnote": {
"serverUrl": "https://dashboard.viralnote.app/api/mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"viralnote": {
"command": "npx",
"args": [
"-y",
"@viralnote/mcp-server"
],
"env": {
"VIRALNOTE_API_KEY": "<your VIRALNOTE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"viralnote": {
"url": "https://dashboard.viralnote.app/api/mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"viralnote": {
"command": "npx",
"args": [
"-y",
"@viralnote/mcp-server"
],
"env": {
"VIRALNOTE_API_KEY": "<your VIRALNOTE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.viralnote%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.viralnote%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.viralnote%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
viralnote
Available versions (3)
| Version | Published |
|---|---|
| 0.2.4 | Jul 17, 2026 |
| 0.2.3 | Jul 9, 2026 |
| 0.2.2 | Jul 9, 2026 |
Frequently asked questions
- Who maintains ViralNote MCP Server?
- ViralNote MCP Server is maintained by viralnote, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is ViralNote MCP Server listed on the Official MCP Registry?
- Yes — ViralNote MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ViralNote MCP Server have?
- MCP Toplist tracks 3 versions of ViralNote MCP Server, most recently published on Jul 17, 2026.
- Where can I find the source code for ViralNote MCP Server?
- The source code for ViralNote MCP Server is hosted at github.com/viralnote/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.