Server data from the Official MCP Registry
Schedule, manage, generate & analyze social posts across 11 networks from any AI agent.
Schedule, manage, generate & analyze social posts across 11 networks from any AI agent.
This is a well-structured MCP server with proper authentication, secure credential handling, and appropriate permissions scoped to its stated purpose of managing social media posts via the Kadenzo API. The codebase is clean, uses standard MCP patterns, and properly validates inputs with zod. No critical vulnerabilities detected. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: KADENZO_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jors7-kadenzo-mcp": {
"env": {
"KADENZO_API_KEY": "your-kadenzo-api-key-here"
},
"args": [
"-y",
"kadenzo-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| 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) |
studio.kadenzo.app/dashboard/settings?section=api). The API is available on paid plans.claude_desktop_config.json) / Cursor (~/.cursor/mcp.json):{
"mcpServers": {
"kadenzo": {
"command": "npx",
"args": ["-y", "kadenzo-mcp"],
"env": { "KADENZO_API_KEY": "kdz_live_xxxxxxxxxxxxxxxxxxxxxxxx" }
}
}
}
scheduled_for; they publish automatically.KADENZO_API_BASE overrides the API base URL (default https://studio.kadenzo.app/api/v1).fetch/FormData).Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.