Server Config
{
"mcpServers": {
"tubeanalytics-stdio": {
"type": "stdio",
"command": "npm",
"args": [
"run",
"mcp:stdio"
]
},
"TubeAnalytics": {
"url": "https://www.tubeanalytics.net/api/mcp",
"headers": {
"Content-Type": "application/json",
"Accept": "application/json, text/event-stream"
}
}
}
}