MCP Server
MCP
ViralNote
Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.
Install
npx -y @viralnote/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://dashboard.viralnote.app/api/mcp/mcp",
"headers": [
{
"description": "Bearer API key from https://dashboard.viralnote.app/developers/auth. Format: Bearer vnd_...",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@viralnote/mcp-server",
"version": "0.2.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ViralNote API key (create one at https://dashboard.viralnote.app/developers/auth). Format: vnd_...",
"isRequired": true,
"isSecret": true,
"name": "VIRALNOTE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment