MCP server for QPost — lets AI agents publish to YouTube, TikTok, and Instagram
claude mcp add qpost-mcp -- npx -y qpost-mcp{
"mcpServers": {
"qpost-mcp": {
"command": "npx",
"args": ["-y", "qpost-mcp"],
"env": {
"QPOST_API_KEY": "<qpost_api_key>"
}
}
}
}QPOST_API_KEYMCP Servers overview
# qpost-mcp
MCP server for [QPost](https://qpost.dev) — 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 add this server to your MCP client config.
### Claude Code
```bash
claude mcp add qpost -e QPOST_API_KEY=your_key_here -- npx -y qpost-mcp
```
### Claude Desktop / other MCP clients
```json
{
"mcpServers": {
"qpost": {
"command": "npx",
"args": ["-y", "qpost-mcp"],
"env": {
"QPOST_API_KEY": "your_key_here"
}
}
}
}
```
Set `QPOST_BASE_URL` too if you're self-hosting QPost (defaults to `https://qpost.dev`).
## Tools
| 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 |
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](https://qpost.dev/docs) — this server is a thin wrapper over that same REST API.
## Local development
```bash
npm install
npm run dev # runs src/index.ts directly via tsx
npm run build # compiles to dist/
```
## License
MIT
What people ask about qpost-mcp
What is arslan2012/qpost-mcp?
+
arslan2012/qpost-mcp is mcp servers for the Claude AI ecosystem. MCP server for QPost — lets AI agents publish to YouTube, TikTok, and Instagram It has 0 GitHub stars and was last updated today.
How do I install qpost-mcp?
+
You can install qpost-mcp by cloning the repository (https://github.com/arslan2012/qpost-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is arslan2012/qpost-mcp safe to use?
+
arslan2012/qpost-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains arslan2012/qpost-mcp?
+
arslan2012/qpost-mcp is maintained by arslan2012. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to qpost-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy qpost-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/arslan2012-qpost-mcp)<a href="https://claudewave.com/repo/arslan2012-qpost-mcp"><img src="https://claudewave.com/api/badge/arslan2012-qpost-mcp" alt="Featured on ClaudeWave: arslan2012/qpost-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!