← Back to Plugins
MCP Server MCP

io.github.arslan2012/qpost-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "qpost-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from your QPost dashboard (Settings > API Keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "QPOST_API_KEY"
        },
        {
          "description": "QPost instance URL, for self-hosted deployments (defaults to https://qpost.dev)",
          "format": "string",
          "name": "QPOST_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...