Content Rabbit for Claude Desktop
io.github.pooriaarab/content-rabbit
Create, schedule, and publish social posts, manage accounts, and read analytics as MCP tools.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install Content Rabbit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"content-rabbit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://contentrabbitai.com/api/v1/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs