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_KEYResumen de MCP Servers
# 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
Lo que la gente pregunta sobre qpost-mcp
¿Qué es arslan2012/qpost-mcp?
+
arslan2012/qpost-mcp es mcp servers para el ecosistema de Claude AI. MCP server for QPost — lets AI agents publish to YouTube, TikTok, and Instagram Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala qpost-mcp?
+
Puedes instalar qpost-mcp clonando el repositorio (https://github.com/arslan2012/qpost-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar arslan2012/qpost-mcp?
+
arslan2012/qpost-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene arslan2012/qpost-mcp?
+
arslan2012/qpost-mcp es mantenido por arslan2012. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a qpost-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega qpost-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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!