@chirpie/mcp
Allows connecting a Bluesky account and provides tools for posting, scheduling, tracking, deleting, and viewing analytics for Bluesky posts and threads.
Allows connecting a Facebook Page and provides tools for posting, scheduling, tracking, deleting, and viewing analytics for posts.
Allows connecting an Instagram account and provides tools for posting, scheduling, tracking, deleting, and viewing analytics for posts.
Allows connecting a Mastodon account on any instance and provides tools for posting, scheduling, tracking, deleting, and viewing analytics for posts and threads.
Allows connecting a Telegram bot and provides tools for posting, scheduling, tracking, deleting, and viewing analytics for messages.
Allows connecting a Threads account and provides tools for posting, scheduling, tracking, deleting, and viewing analytics for posts and threads.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@chirpie/mcpPost to X and LinkedIn: we just shipped v2."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@chirpie/mcp
Post, schedule, and track social posts on X, Bluesky, LinkedIn, Instagram and more from AI agents. Chirpie is one API for X/Twitter, Bluesky, LinkedIn, Threads, Mastodon, Instagram, Facebook and Telegram — posting, threads, scheduling, deletion and analytics. This MCP server puts all of it in front of Claude, Cursor, ChatGPT or any other MCP-capable agent, so "post this to X and LinkedIn, and schedule the follow-up for 9am" is a single sentence rather than a pile of platform SDKs, OAuth dances and rate-limit handling.
Hosted server (recommended)
You don't need to install anything. Point your client at:
https://chirpie.ai/mcpSign in when prompted and you're connected — no API key to copy, nothing to keep up to date.
Claude Code
claude mcp add --transport http chirpie https://chirpie.ai/mcpClaude — Settings → Connectors → Add custom connector → https://chirpie.ai/mcp
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"chirpie": {
"url": "https://chirpie.ai/mcp"
}
}
}ChatGPT — Settings → Connectors → Create → MCP server → https://chirpie.ai/mcp
Prefer a key over OAuth (CI, scripts, clients without an OAuth flow)? Send it as a header:
{
"mcpServers": {
"chirpie": {
"type": "http",
"url": "https://chirpie.ai/mcp",
"headers": { "Authorization": "Bearer chirpie_sk_your_key_here" }
}
}
}Related MCP server: Publora MVP MCP Server
Local server (this package)
Run the same tool set locally over stdio.
npm install -g chirpie
chirpie loginClaude Code
claude mcp add chirpie -- npx @chirpie/mcpClaude Desktop — ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"chirpie": {
"command": "npx",
"args": ["@chirpie/mcp"]
}
}
}Cursor — add to your MCP settings:
{
"mcpServers": {
"chirpie": {
"command": "npx",
"args": ["@chirpie/mcp"]
}
}
}The local server resolves credentials in this order:
CHIRPIE_API_KEYenvironment variable~/.chirpie/config.json(written bychirpie login)
The CLI and this server share that config, so one chirpie login covers both.
Tools
Tool | What it does |
| Post to any connected account, now or scheduled |
| Post a 2–25 part thread |
| List posts, filtered by status or account |
| Fetch one post |
| Delete a post (and remove it from the platform) |
| List connected social accounts |
| Engagement metrics for a published post |
| Create an API key |
| List API keys |
| Revoke an API key |
| Connect X/Twitter (returns an authorization link) |
| Connect LinkedIn |
| Connect Threads |
| Connect Instagram |
| Connect a Facebook Page |
| Connect Bluesky with an app password |
| Connect Mastodon on any instance |
| Connect a Telegram bot |
| Register your own X developer app for connecting X accounts |
| Check whether your own X developer app is configured |
| Remove your own X developer app |
The hosted and local servers expose exactly the same tools. On the hosted server,
chirpie_create_key, chirpie_list_keys, chirpie_revoke_key and
chirpie_remove_x_keys require API-key auth — sign in with OAuth and they are not
offered, since an OAuth connection must not leave a long-lived key behind or tear
down credentials your other connections depend on.
Try it
Once connected, ask your agent:
"Post to X and LinkedIn: we just shipped v2."
"Draft a 5-post thread about why we moved off cron, and schedule it for 9am tomorrow."
"How did my last Bluesky post do?"
"Connect my X account."
Links
Docs — https://chirpie.ai/docs/mcp
API reference — https://chirpie.ai/docs
Dashboard — https://chirpie.ai/dashboard
MIT © Fireflo LLC
This repository is an automatically maintained source mirror of
packages/mcpin the Chirpie monorepo. Pull requests opened here cannot be merged.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Draft, schedule and publish social posts to nine platforms from any AI agent.
Schedule and publish social media posts to 9 platforms from your AI agent
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Related MCP Servers
- AlicenseAqualityBmaintenanceSchedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.114185MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to create, schedule, and manage social media posts across 10 platforms via a unified API.-
- AlicenseNot gradedqualityDmaintenanceSocial media API and MCP server for AI agents that enables publishing to X, Instagram, LinkedIn, Reddit, Bluesky, and Threads from a single endpoint.28MIT
- AlicenseNot gradedqualityCmaintenanceA full social media management MCP server enabling post, read, schedule, and analyze across Facebook, Instagram, LinkedIn, X/Twitter, Pinterest, and YouTube from any MCP-compatible AI client.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Firefloco/chirpie-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server