MCP Server
MCP
io.github.arslan2012/qpost-mcp
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "qpost-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from your QPost dashboard (Settings > API Keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "QPOST_API_KEY"
},
{
"description": "QPost instance URL, for self-hosted deployments (defaults to https://qpost.dev)",
"format": "string",
"name": "QPOST_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment