Skip to main content
ClaudeWave

MCP server for QPost — lets AI agents publish to YouTube, TikTok, and Instagram

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · qpost-mcp
Claude Code CLI
claude mcp add qpost-mcp -- npx -y qpost-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "qpost-mcp": {
      "command": "npx",
      "args": ["-y", "qpost-mcp"],
      "env": {
        "QPOST_API_KEY": "<qpost_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
QPOST_API_KEY
Use cases

MCP 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.

Featured on ClaudeWave: arslan2012/qpost-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/arslan2012-qpost-mcp)](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

qpost-mcp alternatives