Skip to main content
Glama
navneet35371

postbuzz-mcp

by navneet35371

postbuzz-mcp

MCP (Model Context Protocol) server for the post.buzz social media API — post, schedule, and analyze across 16+ platforms from Claude Desktop, Claude Code, Cursor, or any MCP client.

A thin, transport-agnostic wrapper over the official postbuzz SDK, mirroring postbuzz-cli. Requires Node.js 20+.

Setup

Create an API key at post.buzz → Settings → API Keys (sx_live_…), then configure your client:

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "postbuzz": {
      "command": "npx",
      "args": ["-y", "postbuzz-mcp"],
      "env": { "POSTBUZZ_API_KEY": "sx_live_..." }
    }
  }
}

Claude Code

claude mcp add postbuzz -e POSTBUZZ_API_KEY=sx_live_... -- npx -y postbuzz-mcp

Cursor

~/.cursor/mcp.json:

{
  "mcpServers": {
    "postbuzz": {
      "command": "npx",
      "args": ["-y", "postbuzz-mcp"],
      "env": { "POSTBUZZ_API_KEY": "sx_live_..." }
    }
  }
}

Configuration

Env var

Flag

Required

Purpose

POSTBUZZ_API_KEY

--api-key

yes

API key

POSTBUZZ_API_URL

--api-url

no

API base URL (default https://post.buzz/api)

Test interactively with the MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Related MCP server: social-mic-mcp

Tools (51)

Diagnosticscheck_setup (run it first), describe_platform (per-platform field schemas; call before create_post).

Organizationget_organization, get_usage.

Accountslist_accounts, get_account, connect_account (OAuth URL), disconnect_account, refresh_account, list_account_tools, run_account_tool (Reddit flairs / Pinterest boards).

Postscreate_post, schedule_post, list_posts, get_post, update_post, delete_post, retry_post, reschedule_post.

Commentscreate_comment (immediate or scheduled; parentCommentId chains replies), list_comments, get_comment, update_comment, delete_comment, retry_comment.

Inboxlist_inbox (comments/mentions/DMs), reply_to_inbox_item, edit_inbox_reply.

Mediaupload_media (public URL or local path), list_media, get_media, delete_media, delete_media_many.

Analyticsget_post_analytics, get_account_analytics, get_bulk_post_analytics (≤ 60 posts), refresh_analytics, get_analytics_summary, get_best_times.

Teamslist_teams, get_team, create_team, update_team, delete_team, add_team_account, remove_team_account.

CSV importcreate_post_csv_import, list_post_csv_imports, get_post_csv_import, get_post_csv_import_rows, retry_post_csv_import.

Targeting & per-platform fields

Posts target accounts by id (list_accounts); per-platform required fields (Reddit sr-style lookups, Pinterest boards, TikTok privacy, YouTube madeForKids…) are discovered via describe_platform + run_account_tool and passed through accountOverrides[{ accountId, fields }].

Errors

Tool failures return { "error": { "code", "message", "details"? } } as text content with isError: true — the same envelope the REST API and CLI emit.

Parity with bundlesocial-mcp

Feature-mapped against bundlesocial-mcp:

bundle.social tool

postbuzz tool

Notes

check_setup

check_setup

describe_platform

describe_platform

get_organization / get_usage

same

get_daily_limits_usage folded into get_usage

list_integrations

list_accounts

connect_integration

connect_account

disconnect_integration

disconnect_account

refresh_integration_profile

refresh_account

get_integration_by_type

list_accounts (filter)

list/trigger_integration_tool

list/run_account_tool

Reddit flairs, Pinterest boards

set/unset_channel, portal_link, copy_integration, to_delete

post.buzz has no channel sub-accounts

create/schedule/list/get/update/delete/retry_post

same

referenceKey → N/A; firstComment supported

get_post_by_reference_key, reconnect_posts

N/A

create/list/get/delete/retry_comment

same

Chains via parentCommentId

comment imports + act_on_imported_comment

list_inbox / reply_to_inbox_item / edit_inbox_reply

post.buzz models engagement as an inbox

upload_media, list/get/delete_media, delete_media_many

same

URL + local file; init/finalize_large_upload N/A

get_post/account/bulk/summary analytics, refresh_analytics

same

+ get_best_times (post.buzz extra)

team CRUD

same + add/remove_team_account

create_post_csv_import + status/rows/retry

same

+ list_post_csv_imports

post-history imports (create_post_import etc.)

Analytics history via refresh_analytics backfills

Development

bun install
bun run build       # tsup → dist/index.js (SDK bundled)
bun test            # vitest: MCP client over in-memory transport (manifest + flows)
node test/live-stdio.mjs   # live integration over real stdio (needs POSTBUZZ_API_KEY)

createServer({ apiKey, apiUrl? }) (exported from dist/index.js) builds the transport-agnostic McpServer.

License

MIT

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
    393 npm
    5
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server that exposes the full Social Champ tool catalog for scheduling and managing posts, channels, workspaces, labels, queues, and more through AI clients like Claude Desktop and Cursor.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Schedule and analyze social media posts from Claude, ChatGPT, or Cursor. Remote OAuth server, 17 tools across 9 platforms, free on every plan. Server URL: https://socialrobot.io/api/mcp
    MIT