Home › Communication › qpost-mcp
qpost-mcp
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
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-keyrequired secret — API key from your QPost dashboard (Settings > API Keys)
Package (npm 0.3.0)
npx -y qpost-mcp@0.3.0
Or add to your MCP client config:
{
"mcpServers": {
"qpost-mcp": {
"command": "npx",
"args": [
"-y",
"qpost-mcp@0.3.0"
],
"env": {
"QPOST_API_KEY": "<YOUR_VALUE>",
"QPOST_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
QPOST_API_KEYrequired 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
reddit-mcp-buddy
Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.
reddit-research-mcp
Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research
facebook-mcp-server
Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for…
Taisly Social Media Posting
Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.
Xquik MCP Server
128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.
x-use
Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry