What is the KickitAI MCP Server?
The KickitAI MCP (Model Context Protocol) server is a bridge between AI agents and social media platforms. With 17 tools, you can schedule posts, check analytics, manage brands, and more — all through natural language commands.
Supported AI Agents
- Claude Code — Add the MCP server to your
claude_desktop_config.jsonand control KickitAI directly from your terminal. - Claude Desktop — Chat-based social media scheduling with full access to all 17 MCP tools.
- OpenAI Codex — Use the REST API bridge to connect Codex to KickitAI's scheduling infrastructure.
Quick Setup: Claude Code
{
"mcpServers": {
"kickitai": {
"command": "npx",
"args": ["-y", "@kickitai/mcp-server"],
"env": {
"KICKITAI_API_KEY": "kk_live_your_key_here"
}
}
}
}
Available MCP Tools
The KickitAI MCP server provides 17 tools including:
schedule_post— Schedule a post to any connected platformlist_brands— List all your brands and connected platformsget_analytics— Retrieve engagement metricsdownload_media— Download media from social URLsget_user_profile— Retrieve user account details
Why Use MCP for Social Media?
Traditional social media tools require switching between dashboards. With MCP, you describe what you want in natural language and your AI agent handles the rest — scheduling, captioning, hashtag generation, and cross-platform posting.
Get started at kickitai.com/docs or connect Claude Code directly at kickitai.com/claudecode.