
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@contentrabbit/mcp-server
Advanced tools
Content Rabbit MCP Server - AI-powered social media management tools
MCP (Model Context Protocol) server for Content Rabbit. Exposes Content Rabbit's public API as tools that AI assistants like Claude Desktop and Cursor can call directly.
npm install -g @contentrabbit/mcp-server
Or run directly with npx:
npx @contentrabbit/mcp-server
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"content-rabbit": {
"command": "npx",
"args": ["@contentrabbit/mcp-server"],
"env": {
"CONTENTRABBIT_API_KEY": "your-api-key"
}
}
}
}
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"content-rabbit": {
"command": "npx",
"args": ["@contentrabbit/mcp-server"],
"env": {
"CONTENTRABBIT_API_KEY": "your-api-key"
}
}
}
}
Add to your Claude Code MCP settings (.claude/settings.json):
{
"mcpServers": {
"content-rabbit": {
"command": "npx",
"args": ["@contentrabbit/mcp-server"],
"env": {
"CONTENTRABBIT_API_KEY": "your-api-key"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
CONTENTRABBIT_API_KEY | Yes | Your Content Rabbit API key |
CONTENTRABBIT_BASE_URL | No | Custom API base URL (default: https://contentrabbitai.com/api/public/v1) |
Note: The legacy names
CONTENT_RABBIT_API_KEYandCONTENT_RABBIT_API_URLare still supported for backwards compatibility.
The stdio server and the hosted Streamable HTTP server
(https://contentrabbitai.com/api/v1/mcp) mount the same shared tool registry
(@contentrabbit/mcp-core), so both expose this identical tool set.
| Tool | Description |
|---|---|
posts_list | List posts with optional filtering by status, platform, search |
posts_create | Create a new post |
posts_get | Get a post by ID |
posts_update | Update an existing post |
posts_delete | Delete a post |
posts_publish | Publish a post to social media |
posts_retry | Retry a failed publish |
posts_status | Get publish status with per-platform results |
posts_schedule | Schedule a post for future publishing |
posts_unschedule | Remove schedule, revert to draft |
| Tool | Description |
|---|---|
teams_list | List all teams |
teams_create | Create a new team |
teams_get | Get a team by ID |
teams_update | Update a team |
teams_delete | Delete a team |
| Tool | Description |
|---|---|
accounts_list | List connected social media accounts |
accounts_get | Get account details |
accounts_health | Check account health and token status |
accounts_disconnect | Disconnect an account |
| Tool | Description |
|---|---|
queue_list_slots | List schedule slots |
queue_create_slot | Create a schedule slot |
queue_update_slot | Update a schedule slot |
queue_delete_slot | Delete a schedule slot |
queue_next_slot | Get the next available slot |
| Tool | Description |
|---|---|
webhooks_list | List webhook subscriptions |
webhooks_create | Create a webhook subscription |
webhooks_get | Get a webhook by ID |
webhooks_delete | Delete a webhook |
webhooks_test | Send a test event to a webhook |
| Tool | Description |
|---|---|
usage_stats | Get team usage statistics |
validate_post | Validate post content against platform limits |
validate_media | Validate media requirements per platform |
| Tool | Description |
|---|---|
generate_text | Generate text content with an AI model |
generate_hashtags | Generate hashtags tuned to a platform |
| Tool | Description |
|---|---|
media_list_images | List library images |
media_list_videos | List library videos |
| Tool | Description |
|---|---|
analytics_get_calendar | Get posts grouped by day for a range |
analytics_get_activity | Get the team activity feed for a range |
analytics_get_posts | Get post count summaries for a range |
# Install dependencies
bun install
# Build
bun run --filter @contentrabbit/mcp-server build
# Type check
bun run --filter @contentrabbit/mcp-server typecheck
MIT
FAQs
Content Rabbit MCP Server - AI-powered social media management tools
We found that @contentrabbit/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.