loading…
Search for a command to run...
loading…
Content Calendar AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Content Calendar AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for content calendar ai mcp operations
Content Calendar Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
schedule_content |
Schedule content for publishing |
get_calendar |
Get content calendar |
get_upcoming |
Get upcoming content |
update_content |
Update scheduled content |
delete_content |
Delete scheduled content |
create_campaign |
Create content campaign |
add_to_campaign |
Add content to campaign |
get_campaign_content |
Get all content in campaign |
get_platform_schedule |
Get schedule overview by platform |
get_content_stats |
Get content statistics |
pip install meok-content-calendar-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"content-calendar-ai": {
"command": "python",
"args": ["-m", "meok_content_calendar_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 10 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"content-calendar-ai-mcp": {
"command": "npx",
"args": []
}
}
}