Skip to main content
Glama

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.00 due 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_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

Tool

Description

publish_post

Publish to 1-9 platforms in one call

schedule_post

Queue for future delivery (UTC ISO 8601)

get_posts

List recent posts with status

get_post_status

Check delivery status for a specific post

list_profiles

Show connected social profiles

create_profile

Create a new profile

upload_media

Upload media to CDN

list_media

List uploaded media assets

list_broadcasts

List YouTube live streams

create_broadcast

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:00Z

Environment Variables

Variable

Required

Description

CODIVUPLOAD_API_KEY

Yes

Your CodivUpload API key (cdv_...)

CODIVUPLOAD_API_BASE_URL

No

API base URL (default: https://api.codivupload.com)

License

MIT — Codivion LLC

Install Server
A
license - permissive license
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    AI-powered social media posting across 14 platforms. Post to Twitter, Instagram, TikTok, Facebook, LinkedIn, YouTube and more with one command. AI adapts content per platform, schedules posts, and generates 30-day content calendars.
    Last updated
    6
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Schedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.
    Last updated
    11
    129
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.
    Last updated
    33
    297
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

  • Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.

View all MCP Connectors

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