mcp-server

viralnote/mcp-server
★ 0 stars JavaScript 📊 Data/Analytics Updated 2d ago
Model Context Protocol server for ViralNote — schedule posts, manage media, read analytics via MCP tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "viralnote/mcp-server"
      ]
    }
  }
}