MCP server for QPost β lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP server for QPost β lets AI agents schedule and publish video/image posts to YouTube, TikTok, and Instagram through QPost's REST API.
Generate an API key from your QPost dashboard (Settings β API Keys), then pick one of the two options below.
QPost runs the same server at https://qpost.dev/mcp over Streamable HTTP:
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.
Use this if you self-host QPost or would rather run the server yourself:
Set QPOST_BASE_URL too if you're self-hosting QPost (defaults to https://qpost.dev).
| Tool | Description |
|---|---|
list_connected_accounts | List connected YouTube/TikTok/Instagram accounts and their status |
create_post | Create and publish (or schedule) a post, with video or image media from a URL or local path |
list_posts | List posts, optionally filtered by status/platform |
get_post | Get a single post by ID |
update_post | Update a post's caption/schedule/timezone/status |
delete_post | Delete a post |
retry_post | Retry a failed post |
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.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/qpost-mcp)<a href="https://allmcps.com/mcp/qpost-mcp"><img src="https://allmcps.com/api/badge/qpost-mcp?style=directory" alt="Qpost Mcp on AllMCPs" /></a>