Postproxy MCP Server

MCP (Model Context Protocol) server for integrating Postproxy API with Claude Code. This server provides tools for publishing posts, checking statuses, and managing social media profiles through Claude Code. Its 40 documented tools cover google, business, queues, comments. It is available as a remote MCP endpoint.

Teams that work with google, business and queues and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 3 · #39 OF 47 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Postproxy

before you install - you'll need

Set POSTPROXY_API_KEY, POSTPROXY_BASE_URL before connecting.

Claude Code

claude mcp add postproxy-postproxy-mcp --transport http https://mcp.postproxy.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "postproxy-postproxy-mcp": {
      "url": "https://mcp.postproxy.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.postproxy.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.postproxy.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace dev.postproxy - domain-verified with the official MCP registry

03 · What Postproxy can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read the listing - name, description, website, phones, categories, address, hours, service area, metadata, resolve category resource names (categories/gcid:) for a region - needed for any categories patch, set regularHours, specialHours and moreHours, and read attributes currently set.

Capability map

Tools grouped from the project's README - what Postproxy lets an agent do.

Google

18 tools - e.g. Read the listing - name, description, website, phones, categories, address, hours, service area, metadata; Update listing fields (title, websiteUri, phoneNumbers, categories, storefrontAddress…

google_business_location_get · google_business_location_update · google_business_categories_list · google_business_hours_update · google_business_attributes_get · google_business_attributes_available…

Queues

6 tools - e.g. List all posting queues. Queues automatically schedule posts into recurring weekly timeslots with priority-based ordering.; Get details of a single posting queue including its timeslots and post count.…

queues_list · queues_get · queues_create · queues_update · queues_delete · queues_next_slot

create & write

5 tools - e.g. Publish a post to specified social media profiles.; Get status of a published post by job ID.; Publish a draft post. Only posts with draft: true status can be published using this endpoint.

post_publish · post_status · post_publish_draft · post_delete · post_stats

Comments

5 tools - e.g. List comments on a published post. Returns paginated top-level comments with nested replies.; Get a single comment with its replies.; Create a comment or reply on a published post. The comment is…

comments_list · comments_get · comments_create · comments_delete · comments_hide

Profiles

3 tools - e.g. get location_id; List all available social media profiles for posting.; Get the follower/engagement timeseries for a profile. Snapshots are captured roughly every 23 hours, so you can plot follower growth…

profiles_placements · profiles_list · profiles_stats

auth & access

1 tool - e.g. Check authentication status, API configuration, and workspace information.

auth_status

Summary

1 tool - e.g. Answer "what's the status?" in one call - an activity snapshot for a time window instead of separate history_list / comments_list / dm_chats_list round trips.

summary_get

Profile

1 tool - e.g. List all profile groups accessible with your API key. Profile groups are organizational containers (e.g. per brand or client) that hold related profiles. Use a

profile_groups_list

04 · Who maintains Postproxy

Postproxy is maintained by postproxy. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
social media - ranked #39 of 47 actively-maintained social media servers as of 2026-09-18.
registry
dev.postproxy/postproxy (active, first published 2026-06-24)

06 · Postproxy FAQ

Is Postproxy still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14. We re-verify nightly.

What can Postproxy do?

With this server connected, an agent can read the listing - name, description, website, phones, categories, address, hours, service area, metadata, resolve category resource names (categories/gcid:) for a region - needed for any categories patch, set regularHours, specialHours and moreHours, and read attributes currently set.

How do I install Postproxy?

Run `claude mcp add postproxy-postproxy-mcp --transport http https://mcp.postproxy.dev/mcp`. The README documents 2 environment variables (POSTPROXY_API_KEY, POSTPROXY_BASE_URL) to set first. Set POSTPROXY_API_KEY, POSTPROXY_BASE_URL before connecting. You can also paste the ready-made client config above.

Does Postproxy require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Postproxy