Mmcp.market

Qpost MCP server

by arslan2012·io.github.arslan2012/qpost-mcp·v0.3.0

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

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

0 stars33 downloads/wk

Reviews

Write one

Nobody has reviewed Qpost yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Qpost tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityremote reachable in 361ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityauth enforced (bearer)9/15
  • Maintenancelast push 28 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Qpost repository's README, as published. We do not edit it. Read it on GitHub

qpost-mcp

MCP server for QPost — lets AI agents schedule and publish video/image posts to YouTube, TikTok, and Instagram through QPost's REST API.

Install

Generate an API key from your QPost dashboard (Settings → API Keys), then pick one of the two options below.

Hosted (recommended — nothing to install)

QPost runs the same server at https://qpost.dev/mcp over Streamable HTTP:

claude mcp add --transport http qpost https://qpost.dev/mcp \
  --header "x-api-key: YOUR_API_KEY"

Any MCP client that speaks Streamable HTTP can point at that URL with an x-api-key (or Authorization: Bearer) header. The endpoint is stateless, so there is no session to manage.

Local (stdio) via npx

Use this if you self-host QPost or would rather run the server yourself:

claude mcp add qpost -e QPOST_API_KEY=your_key_here -- npx -y qpost-mcp

Claude Desktop / other MCP clients

{
  "mcpServers": {
    "qpost": {
      "command": "npx",
      "args": ["-y", "qpost-mcp"],
      "env": {
        "QPOST_API_KEY": "your_key_here"
      }
    }
  }
}

Set QPOSTBASEURL too if you're self-hosting QPost (defaults to https://qpost.dev).

Tools

Media handling differs by transport

The local stdio server can read files from your machine, so create_post accepts mediaPath as well as mediaUrl. The hosted endpoint obviously cannot reach your disk — it takes mediaUrl/imageUrls, or mediaBase64 with an optional mediaFilename to set the MIME type.

Full request/response shapes and per-platform metadata options (YouTube category/privacy, TikTok privacy level, Instagram media type, etc.) are documented at qpost.dev/docs — this server is a thin wrapper over that same REST API.

Local development

npm install
npm run dev   # runs src/index.ts directly via tsx
npm run build # compiles to dist/

License

MIT

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http qpost-mcp https://qpost.dev/mcp
Add to Cursor

Qpost: common questions

Is Qpost MCP server safe?
Yes, by our scan: it is graded A (91/100). Read the Qpost safety report
How do I install Qpost?
It runs remotely at qpost.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Qpost need an API key?
Yes. The registry entry asks for QPOST_API_KEY, x-api-key.
Is Qpost maintained?
The last commit was 28 days ago (2026-08-24). The latest release is v0.3.0.
Is Qpost up?
100% of our last 8 checks got an answer. We check remote servers about four times a day.
What can I use instead of Qpost?
Servers from other publishers that do the same job: TokPortal MCP server, Vynly MCP server and Justtranscribe MCP server. Compare all Qpost alternatives.

Alternatives to Qpost

Same job from other publishers: the closest match first, then the best rated.

All Qpost alternatives →
  • TokPortal
    Managed TikTok/Instagram accounts for geo-sharding, video posting and sandbox previews.
    A
  • Vynly
    Publish AI images & video to Vynly, the AI-only social feed. Verified provenance, no signup.
    B
  • Justtranscribe
    Transcribe public videos & audio (YouTube, TikTok, IG) into accurate, timestamped text via API.
    A
  • CreatorDB
    Creator discovery & analytics across YouTube, Instagram, TikTok (30M+) + brand/sponsor intel.
    A
  • Caelario
    MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation.
    B

More from arslan2012