HomeCommunication › qpost-mcp

qpost-mcp

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

Official TypeScript CloudLocal Remote
★ 0 stars Last pushed 2026-08-24 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://qpost.dev/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http qpost-mcp https://qpost.dev/mcp --header "x-api-key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "qpost-mcp": {
      "url": "https://qpost.dev/mcp",
      "headers": {
        "x-api-key": "<YOUR_VALUE>"
      }
    }
  }
}
  • x-api-key required secret — API key from your QPost dashboard (Settings > API Keys)

Package (npm 0.3.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "qpost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "QPOST_API_KEY": "<YOUR_VALUE>",
        "QPOST_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • QPOST_API_KEY required secret — API key from your QPost dashboard (Settings > API Keys)
  • QPOST_BASE_URL — QPost instance URL, for self-hosted deployments (defaults to https://qpost.dev)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry