Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"ayrshare": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-ayrshare",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify ayrshare credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Post, schedule, and analyze across 13 social platforms from a single MCP.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-ayrshare
Facebook, Instagram, X/Twitter, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business Profile
| Tool | Description |
|---|---|
create_post | Create and publish or schedule a post across platforms |
get_post | Get post details and status |
delete_post | Delete a post from social platforms |
delete_all_scheduled | Delete all pending scheduled posts |
get_history | Get post history with status and results |
get_analytics | Get engagement metrics for a post |
get_comments | Get comments on a post |
post_comment | Reply to a post on supported platforms |
auto_hashtags | Generate trending hashtags for text |
shorten_link | Shorten a URL |
| Variable | Required | Description |
|---|---|---|
AYRSHARE_API_KEY | Yes | Ayrshare API key — get from ayrshare.com dashboard |
AYRSHARE_API_KEY in the secrets panel{
"tool": "create_post",
"arguments": {
"post": "Excited to announce our new feature! Check it out at example.com",
"platforms": ["twitter", "linkedin", "facebook", "instagram", "threads"],
"media_urls": ["https://example.com/announcement.jpg"],
"schedule_date": "2026-03-20T09:00:00Z",
"auto_hashtag": true
}
}
Ayrshare offers a free tier (20 posts/month). For higher volume, see ayrshare.com/pricing.
X/Twitter note: After March 31, 2026, X/Twitter operations require your own OAuth 1.0a credentials linked via the Ayrshare dashboard.
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-ayrshare
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
by @aerostack
Book meetings, check availability, and manage your entire scheduling workflow programmatically via Cal.com.
Yes. The Ayrshare MCP includes a create_post tool that lets Claude create posts in your Ayrshare account from a plain-English prompt. You can also update and delete posts — no Ayrshare UI needed.
Claude can read posts, histories, analytics from your Ayrshare account through the MCP. All 10 tools respect your Ayrshare account permissions — Claude only accesses data you're authorized to see.
Yes. The Ayrshare MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 10 Ayrshare tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Ayrshare MCP with encrypted credential storage and per-account authentication. Your Ayrshare credentials are never shared with Claude's conversation — they're used server-side only.