QPost MCP
Rank #31,754io.github.arslan2012/qpost-mcp
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
QPost MCP is a Model Context Protocol (MCP) server published by arslan2012. It ranks #31,754 of 132,046 servers tracked on MCP Toplist. QPost MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 2, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 100,292 of 132,046 servers on MCP Toplist.
Use QPost MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http qpost-mcp https://qpost.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add qpost-mcp -e "QPOST_API_KEY=<your QPOST_API_KEY>" -e "QPOST_BASE_URL=<your QPOST_BASE_URL>" -- npx -y qpost-mcpReplace each placeholder with your own value before saving.
[mcp_servers.qpost-mcp]
url = "https://qpost.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.qpost-mcp]
command = "npx"
args = ["-y", "qpost-mcp"]
[mcp_servers.qpost-mcp.env]
QPOST_API_KEY = "<your QPOST_API_KEY>"
QPOST_BASE_URL = "<your QPOST_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://qpost.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qpost-mcp": {
"command": "npx",
"args": [
"-y",
"qpost-mcp"
],
"env": {
"QPOST_API_KEY": "<your QPOST_API_KEY>",
"QPOST_BASE_URL": "<your QPOST_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qpost-mcp": {
"url": "https://qpost.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qpost-mcp": {
"command": "npx",
"args": [
"-y",
"qpost-mcp"
],
"env": {
"QPOST_API_KEY": "<your QPOST_API_KEY>",
"QPOST_BASE_URL": "<your QPOST_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"qpost-mcp": {
"type": "http",
"url": "https://qpost.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"qpost-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qpost-mcp"
],
"env": {
"QPOST_API_KEY": "<your QPOST_API_KEY>",
"QPOST_BASE_URL": "<your QPOST_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qpost-mcp": {
"serverUrl": "https://qpost.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qpost-mcp": {
"command": "npx",
"args": [
"-y",
"qpost-mcp"
],
"env": {
"QPOST_API_KEY": "<your QPOST_API_KEY>",
"QPOST_BASE_URL": "<your QPOST_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qpost-mcp": {
"url": "https://qpost.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qpost-mcp": {
"command": "npx",
"args": [
"-y",
"qpost-mcp"
],
"env": {
"QPOST_API_KEY": "<your QPOST_API_KEY>",
"QPOST_BASE_URL": "<your QPOST_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.arslan2012%2Fqpost-mcp)<a href="https://mcptoplist.com/server/io.github.arslan2012%2Fqpost-mcp"><img src="https://mcptoplist.com/badge/io.github.arslan2012%2Fqpost-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
arslan2012
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Aug 25, 2026 |
| 0.2.0 | Aug 3, 2026 |
| 0.1.0 | Aug 3, 2026 |
Frequently asked questions
- Who maintains QPost MCP?
- QPost MCP is maintained by arslan2012, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is QPost MCP listed on the Official MCP Registry?
- Yes — QPost MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does QPost MCP have?
- MCP Toplist tracks 3 versions of QPost MCP, most recently published on Aug 25, 2026.
- Where can I find the source code for QPost MCP?
- The source code for QPost MCP is hosted at github.com/arslan2012/qpost-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.