loading…
Search for a command to run...
loading…
Provides AI assistants with access to the RecurPost API to manage social media accounts, schedule posts, and organize content libraries. It enables users to aut
Provides AI assistants with access to the RecurPost API to manage social media accounts, schedule posts, and organize content libraries. It enables users to automate recurring posts, track engagement metrics, and generate social media content through natural language.
An MCP (Model Context Protocol) server that gives AI assistants access to the RecurPost social media management API.
Add to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"recurpost": {
"command": "npx",
"args": ["-y", "recurpost-mcp"],
"env": {
"RECURPOST_EMAIL": "[email protected]",
"RECURPOST_API_KEY": "your-api-key"
}
}
}
}
Restart Claude Desktop after saving.
claude mcp add recurpost -- npx -y recurpost-mcp \
-e [email protected] \
-e RECURPOST_API_KEY=your-api-key
| Tool | Description |
|---|---|
user_login |
Verify your API credentials |
social_account_list |
List all connected social media accounts |
library_list |
List all content libraries |
connect_social_account_urls |
Get URLs to connect new social accounts |
history_data |
Get posting history for a social account |
post_content |
Post or schedule content to a social account |
add_content_in_library |
Add content to a library for recurring posting |
generate_content_with_ai |
Generate social media post text with AI |
generate_image_with_ai |
Generate images from text descriptions |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"recurpost-mcp-server": {
"command": "npx",
"args": []
}
}
}