codivupload-mcp
codivupload-mcp is an MCP server that lets AI agents publish, schedule, and manage social media content across 9 platforms (TikTok, Instagram, YouTube, Facebook, LinkedIn, X/Twitter, Threads, Pinterest, Bluesky) via the CodivUpload API.
Posts
Create, schedule, list, get details, update, and delete posts
Profiles
Create, list, and delete connected social profiles
Media
Upload media to CDN, list assets, get details, create, and delete media assets
Playlists (for 24/7 Streams)
Create, list, and get details for looping media playlists
YouTube Live Broadcasts
List, create, and stop live broadcasts (supports 24/7 looping via playlists)
Manage YouTube playlists, video categories, languages, and regions
Platform-Specific Helpers
List Pinterest boards
Get TikTok creator posting constraints
Webhooks
Create, list, update, and delete webhook endpoints to receive event notifications
Allows publishing, scheduling, and managing social media posts and media assets on Bluesky.
Enables publishing, scheduling, and managing social media posts and media assets on Facebook.
Allows publishing, scheduling, and managing social media posts and media assets on Instagram.
Provides tools to publish, schedule, and manage social media posts and media assets on Pinterest.
Allows publishing, scheduling, and managing social media posts and media assets on Threads.
Enables publishing, scheduling, and managing social media posts and media assets on TikTok.
Provides tools to publish and schedule social media posts, manage media assets, and create live broadcasts on YouTube.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codivupload-mcpSchedule my video to TikTok and Instagram for tomorrow at 10am"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
codivupload-mcp
MCP server for CodivUpload — publish, schedule, and manage social media posts across 9 platforms using AI agents.
Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible client.
Get an API key
You need a CodivUpload API key (cdv_...) for this MCP server. Two paths:
7-day free trial — start at app.codivupload.com/en/dashboard/subscription?trial=1.
$0.00due today, card collected for auto-renewal after 7 days. Cancel anytime during the trial in the Stripe Customer Portal — no charge. API key is unlocked immediately during the trial. One trial per customer lifetime.Direct subscribe — Starter starts at $20/mo (or $200/yr — 2 months free). API access included from Starter and above. Pricing: codivupload.com/pricing.
The Free plan ($0, no credit card) is dashboard-only and does not include API access — this MCP server cannot run on Free.
After signup → Dashboard → Profiles → New profile → Connect a social account → Settings → API Keys → Generate key → copy cdv_... value into the config below.
Related MCP server: atlas-social-mcp
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"codivupload": {
"command": "npx",
"args": ["-y", "codivupload-mcp"],
"env": {
"CODIVUPLOAD_API_KEY": "cdv_your_api_key"
}
}
}
}Claude Code (CLI)
claude mcp add codivupload \
--command "npx -y codivupload-mcp" \
--env CODIVUPLOAD_API_KEY=cdv_your_api_keyCursor
Add to your MCP settings in Cursor → Settings → MCP Servers.
Get Your API Key
Sign up at app.codivupload.com
Go to Dashboard → Settings → API Keys
Create a new key — it starts with
cdv_
Free plan includes 10 posts/month. Upgrade for unlimited.
Available Tools
Tool | Description |
| Publish to 1-9 platforms in one call |
| Queue for future delivery (UTC ISO 8601) |
| List recent posts with status |
| Check delivery status for a specific post |
| Show connected social profiles |
| Create a new profile |
| Upload media to CDN |
| List uploaded media assets |
| List YouTube live streams |
| Start a 24/7 live stream |
Supported Platforms
TikTok, Instagram, YouTube, Facebook, LinkedIn, X (Twitter), Threads, Pinterest, Bluesky
Example
You: Schedule my product video to TikTok and Instagram for tomorrow 9am
Claude: I'll schedule that for you.
Using tool: schedule_post
→ Scheduled to TikTok and Instagram for 2026-04-03T14:00:00ZEnvironment Variables
Variable | Required | Description |
| Yes | Your CodivUpload API key ( |
| No | API base URL (default: |
Links
License
MIT — Codivion LLC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Codivion/codivupload-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server