Model Context Protocol
Connect PostSyncer to your assistant
Your MCP client uses https://postsyncer.com/mcp and a Bearer token from PostSyncer. We publish step-by-step configs for Claude Desktop, Claude Code, and Cursor; anything else that speaks Streamable HTTP with headers can use the same URL and auth pattern.
Setup guides
The
client setup guide
walks through Claude Desktop (macOS and Windows),
Claude Code, and Cursor
with ready-to-copy JSON—including a mcp.json example
for Cursor with HTTP transport and headers. There is also a short section for any other client that supports
Streamable HTTP and a Bearer token in headers.
Using something else? Point it at https://postsyncer.com/mcp
with the same Authorization: Bearer … header; your
vendor’s docs will show where to enter the URL and headers.
Token & scopes
- Create a personal access token in Settings → API Integrations (same as the REST API).
- Send
Authorization: Bearer YOUR_TOKENon every MCP request (see examples in the docs). - Enable only the abilities you need: workspaces, accounts, labels, campaigns, posts.
What you can do through MCP
| Area | MCP tools |
|---|---|
| Workspaces |
list-workspaces
|
| Accounts |
list-accounts, delete-account
|
| Labels |
list-labels, create-label, get-label, update-label, delete-label
|
| Campaigns |
list-campaigns, create-campaign, get-campaign, update-campaign, delete-campaign
|
| Posts |
list-posts, create-post, get-post, update-post, delete-post
|
| Comments |
list-comments, sync-comments-from-platforms, create-comment, get-comment, update-comment, delete-comment, hide-comment
|
| Analytics |
get-analytics-summary, get-analytics-workspace, get-analytics-post, get-analytics-account, sync-post-analytics
|
Need column-by-column detail? See the tools reference in the API docs.
favorite accounts
Invest in
Growth
,
Not Just Tools
Simple pricing for creators, teams, and agencies.
No per-user fees. No hidden limits. Start free.
Starter Plan
For solo creators and freelancers
Pro
Growing teams and agencies
Pro Plus
Best ValueAdvanced AI tools for businesses and teams
Still deciding?
View full feature comparisonCompare all plans
See how each plan stacks up. All plans include a 3-day free trial.
Frequently Asked Questions
Supported clients, tokens, and using /mcp with your assistant
Yes. Create a token in Settings → API Integrations, then add https://postsyncer.com/mcp under mcpServers in claude_desktop_config.json with an Authorization: Bearer … header—see copy-paste JSON in Client setup. If your Claude build differs, check the current Anthropic / Model Context Protocol docs for remote servers.
Open Cursor Settings → MCP or edit your global mcp.json (often ~/.cursor/mcp.json). Add an HTTP server for https://postsyncer.com/mcp with headers Authorization: Bearer YOUR_TOKEN and Accept: application/json. Create the token under Settings → API Integrations. Full JSON examples: Client setup.
Yes, if they support Streamable HTTP (or remote HTTP MCP) and custom headers for Authorization: Bearer …. Use https://postsyncer.com/mcp and the same personal access token from API Integrations. We document Claude Desktop, Claude Code, and Cursor explicitly; for anything else, follow that product’s MCP docs plus our Client setup page.
/mcp is only for the MCP protocol—your assistant connects there with a Bearer token. Overview pages, walkthroughs, and FAQs are at /ai-mcp, /agents, and /openclaw, and in the API docs under MCP.