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, get-post-by-url, get-post-by-platform-post-id, analyze-twitter-post, update-post, update-post-auto-plug, update-post-comment-moderation, update-post-contact-collection, delete-post
|
| Media |
list-media, get-media, upload-media-from-url, upload-media-file, delete-media
|
| Folders |
list-folders, create-folder, get-folder, update-folder, delete-folder
|
| 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 7-day free trial.
Starter Plan
10
Pro
15
Pro Plus
30
Starter Plan
Unlimited
Pro
Unlimited
Pro Plus
Unlimited
Starter Plan
Unlimited
Pro
Unlimited
Pro Plus
Unlimited
Starter Plan
1 (add more anytime)
Pro
2 (add more anytime)
Pro Plus
3 (add more anytime)
Starter Plan
50 GB Storage
Pro
100 GB Storage
Pro Plus
Unlimited Storage
Starter Plan
Basic
Pro
Advanced
Pro Plus
Advanced
Starter Plan
Basic
Pro
Advanced
Pro Plus
Advanced
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
1,000/m
Pro
1,000/m
Pro Plus
2,000/m
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
1M+
Pro
2M+
Pro Plus
3M+
Starter Plan
Light
Pro
Moderate
Pro Plus
Heavy
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
✓
Pro
✓
Pro Plus
✓
Starter Plan
Live chat
Pro
Priority
Pro Plus
Priority
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.