← Back to Plugins
MCP Server MCP

Reel25 — Video Analytics for TikTok, Instagram & YouTube

github By github 👁 1 views ▲ 0 votes

Video analytics for TikTok, Instagram, and YouTube. Track, analyze, and discover content.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.reel25.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "reel25-mcp",
      "version": "1.0.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Reel25 API key (starts with reel25_sk_)",
          "isRequired": true,
          "isSecret": true,
          "name": "REEL25_API_KEY"
        },
        {
          "description": "Custom API endpoint (default: https://api.reel25.com/api/v1)",
          "name": "REEL25_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...