Ayrshare MCP
CommunicationFastMCP server for the Ayrshare Social Media API with 75+ tools for multi-platform posting to Facebook, Instagram, Twitter/X, LinkedIn, TikTok, YouTube, and more.
Quick Install
uvx ayrshare-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"ayrshare-mcp": {
"command": "uvx",
"args": [
"ayrshare-mcp"
]
}
}
}