loading…
Search for a command to run...
loading…
Social Media AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Social Media AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Social Media AI MCP Server - Content & Engagement Intelligence
Social Media AI MCP Server - Content & Engagement Intelligence Built by MEOK AI Labs | https://meok.ai
Post scheduling, hashtag generation, engagement analysis, content calendar planning, and audience insights.
| Tool | Description |
|---|---|
schedule_post |
Schedule a social media post with optimal timing suggestions. |
generate_hashtags |
Generate relevant hashtags for a social media post. |
analyze_engagement |
Analyze engagement metrics across posts to identify top performers. |
plan_content_calendar |
Generate a content calendar with post ideas and optimal scheduling. |
get_audience_insights |
Generate audience insights and growth recommendations. |
pip install meok-social-media-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"social-media-ai": {
"command": "python",
"args": ["-m", "meok_social_media_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"social-media-ai-mcp": {
"command": "npx",
"args": []
}
}
}