MCP Server#
Connect any MCP-compatible AI assistant — Claude, Cursor, or Windsurf — directly to your Kabonshare account. Create posts, manage assets, run analytics, and more without leaving your AI client.
Quick Start#
1
Get your API key
2.
Navigate to Settings → API
2
Connect your AI client
Choose your client below and paste in your API key.
Edit
claude_desktop_config.json:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kabonshare": {
"command": "npx",
"args": ["kabonshare-mcp"],
"env": {
"KABONSHARE_API_URL": "https://api.kabonshare.com",
"KABONSHARE_API_KEY": "your-api-key-here"
}
}
}
}
Restart Claude Desktop after saving.3
Start talking to your AI
Once connected, just talk naturally. Your AI will use the right tools automatically.
"Schedule a post for tomorrow 9am saying 'New feature just dropped' on Twitter and LinkedIn"
"What posts failed to publish this week?"
"Upload /Desktop/photo.jpg and post it to Instagram with an AI-generated caption"
"Show me my Twitter engagement stats for this month"
"What's the best time to post on Instagram this week?"
"Invite alex@team.com to the Marketing workspace as an editor"
"Go live on YouTube with title 'Q&A Session'"
Claude Desktop uses npx and requires Node.js 18+. Cursor and Windsurf connect directly to the hosted server — no installation needed.
Requirements#
Claude Desktop
Node.js 18 or later. Uses npx kabonshare-mcp via stdio transport.
Cursor / Windsurf
No installation required. Connects to mcp.kabonshare.com via SSE.
Kabonshare Account
A Kabonshare account with at least one connected social account.
API Key
Generate your key from Settings → API inside your account.
Resources#
npm Package
Install or run with npx kabonshare-mcp
Source Code
Open source on GitHub
API Reference
Full REST API documentation
Support
Get help from the Kabonshare team