← Back to Plugins
MCP Server MCP

io.github.huangyunbin/soclip

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Social video URL to direct media links & metadata (TikTok, YouTube, Instagram, X) for AI workflows.

Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "soclip-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from https://soclip.dev (dashboard). New accounts get 500 free credits.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SOCLIP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...