Skip to main content
Glama
Firefloco

@chirpie/mcp

by Firefloco

@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.

You don't need to install anything. Point your client at:

https://chirpie.ai/mcp

Sign 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/mcp

Claude — 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 login

Claude Code

claude mcp add chirpie -- npx @chirpie/mcp

Claude 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:

  1. CHIRPIE_API_KEY environment variable

  2. ~/.chirpie/config.json (written by chirpie login)

The CLI and this server share that config, so one chirpie login covers both.

Tools

Tool

What it does

chirpie_post

Post to any connected account, now or scheduled

chirpie_thread

Post a 2–25 part thread

chirpie_list_posts

List posts, filtered by status or account

chirpie_get_post

Fetch one post

chirpie_delete_post

Delete a post (and remove it from the platform)

chirpie_list_accounts

List connected social accounts

chirpie_analytics

Engagement metrics for a published post

chirpie_create_key

Create an API key

chirpie_list_keys

List API keys

chirpie_revoke_key

Revoke an API key

chirpie_connect_x

Connect X/Twitter (returns an authorization link)

chirpie_connect_linkedin

Connect LinkedIn

chirpie_connect_threads

Connect Threads

chirpie_connect_instagram

Connect Instagram

chirpie_connect_facebook

Connect a Facebook Page

chirpie_connect_bluesky

Connect Bluesky with an app password

chirpie_connect_mastodon

Connect Mastodon on any instance

chirpie_connect_telegram

Connect a Telegram bot

chirpie_set_x_keys

Register your own X developer app for connecting X accounts

chirpie_get_x_keys_status

Check whether your own X developer app is configured

chirpie_remove_x_keys

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."

MIT © Fireflo LLC


This repository is an automatically maintained source mirror of packages/mcp in 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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Schedule 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.
    11
    418
    5
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Social media API and MCP server for AI agents that enables publishing to X, Instagram, LinkedIn, Reddit, Bluesky, and Threads from a single endpoint.
    28
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A 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

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