Skip to main content
Glama
Kadenzo

kadenzo-mcp

Kadenzo MCP server

Kadenzo/kadenzo-mcp MCP server

Connect any MCP-capable AI agent — Claude Desktop, Cursor, ChatGPT, Codex — to Kadenzo and let it schedule, manage, and analyze social posts across 11 networks (Instagram, TikTok, X, LinkedIn, YouTube, Facebook, Pinterest, Threads, Bluesky, Mastodon, Telegram). It wraps the Kadenzo Studio public API as Model Context Protocol tools, so your agent doesn't just draft content — it can ship it.

Tools

Tool

What it does

list_accounts

List connected accounts (ids + platforms)

schedule_post

Schedule a post for a future time (+ validate_only, options, thread)

list_posts

List your posts, newest first (filter by status, paginate)

get_post

One post: status, per-channel outcome, options/thread

update_post

Edit a not-yet-published post

cancel_post

Cancel a scheduled post before it publishes

upload_media

Upload a local image/video file, get a URL for media_urls

get_account_analytics

Recent posts + engagement metrics for an account

get_post_analytics

Per-channel metrics for a post you scheduled

generate_content

Generate post copy for a platform from a topic ("generate then schedule")

get_best_times

Personalized best posting times for an account (Professional+)

list_mentions

Social-listening mentions (who's talking about your keywords)

post_comment

Post a comment/reply to your post (instagram/facebook/linkedin)

Related MCP server: @posteverywhere/mcp

Setup

  1. Generate an API key in Kadenzo: Settings → API keys (studio.kadenzo.app/dashboard/settings?section=api). The API is available on paid plans.

  2. Add the server to your MCP client. Claude Desktop (claude_desktop_config.json) / Cursor (~/.cursor/mcp.json):

{
  "mcpServers": {
    "kadenzo": {
      "command": "npx",
      "args": ["-y", "kadenzo-mcp"],
      "env": { "KADENZO_API_KEY": "kdz_live_xxxxxxxxxxxxxxxxxxxxxxxx" }
    }
  }
}
  1. Restart the client. Ask your agent things like "list my connected accounts," "schedule this to X and Bluesky tomorrow at 9am," or "how did my last Instagram posts perform?"

Notes

  • Posts are schedule-only — provide a future scheduled_for; they publish automatically.

  • KADENZO_API_BASE overrides the API base URL (default https://studio.kadenzo.app/api/v1).

  • Requires Node 18+ (uses the built-in fetch/FormData).

  • Learn more / full API reference: https://studio.kadenzo.app/developers · https://kadenzo.app

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

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

Related MCP Servers

  • 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
  • A
    license
    -
    quality
    A
    maintenance
    Social media scheduling and publishing for AI agents. 17 validation-first tools to post to X, LinkedIn, Instagram, TikTok, YouTube, Reddit, Discord, Telegram, and more through one connected workspace.
    Last updated
    158
    70
    MIT

View all related MCP servers

Related MCP Connectors

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

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

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

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/Kadenzo/kadenzo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server