MCP Hub
Back to servers

codivupload-mcp

Enables users to publish, schedule, and manage social media content across nine platforms including TikTok, Instagram, and X via the CodivUpload API. It also supports media management and the creation of YouTube live streams through natural language commands.

glama
Updated
Apr 2, 2026

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.

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_key

Cursor

Add to your MCP settings in Cursor → Settings → MCP Servers.

Get Your API Key

  1. Sign up at app.codivupload.com
  2. Go to Dashboard → Settings → API Keys
  3. Create a new key — it starts with cdv_

Free plan includes 10 posts/month. Upgrade for unlimited.

Available Tools

ToolDescription
publish_postPublish to 1-9 platforms in one call
schedule_postQueue for future delivery (UTC ISO 8601)
get_postsList recent posts with status
get_post_statusCheck delivery status for a specific post
list_profilesShow connected social profiles
create_profileCreate a new profile
upload_mediaUpload media to CDN
list_mediaList uploaded media assets
list_broadcastsList YouTube live streams
create_broadcastStart 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:00Z

Environment Variables

VariableRequiredDescription
CODIVUPLOAD_API_KEYYesYour CodivUpload API key (cdv_...)
CODIVUPLOAD_API_BASE_URLNoAPI base URL (default: https://api.codivupload.com)

Links

License

MIT — Codivion LLC

Reviews

No reviews yet

Sign in to write a review