Cursor · mcp.json · MCP
Ship code and ship the announcement
You just merged the feature — announce it without leaving Cursor. Add PostSyncer to your mcp.json and your editor's agent can turn commits, changelogs, and release notes into scheduled posts across 11+ networks.
Connect Cursor in three steps
-
1
Create a PostSyncer token
Connect your social accounts in PostSyncer, then create a personal access token in Settings → API Integrations with the abilities your workflow needs (posts, accounts, workspaces).
-
2
Add PostSyncer to .cursor/mcp.json
Register the PostSyncer MCP URL as a remote server with your Bearer token in the project or global mcp.json. Cursor's agent picks up the tools on the next session.
-
3
Announce from the editor
"Read the latest CHANGELOG entry and schedule a launch thread on X plus a LinkedIn post for tomorrow 9am." The agent drafts platform-native copy and books it through your connected accounts.
MCP endpoint: https://postsyncer.com/mcp
— works as an OAuth connector or with Authorization:
Bearer <token>. Prefer raw HTTP? Use the
REST API.
What teams do with Cursor + PostSyncer
Tools Cursor can call
| 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.
Using a different agent?
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
Cursor and PostSyncer — common questions
Open Settings → MCP or edit .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Add an HTTP server for https://postsyncer.com/mcp with an Authorization: Bearer YOUR_TOKEN header. Create the token in Settings → API Integrations.
Because the announcement context is already there: the changelog, the diff, the release notes. Cursor's agent can read your repo, draft a launch thread or LinkedIn post that's technically accurate, and schedule it — without you re-explaining the feature in another tab.
Commit the server definition in .cursor/mcp.json, but keep tokens out of the repo — each teammate uses their own PostSyncer personal access token (environment variable interpolation works). Actions are then attributable per person.
The full PostSyncer tool set: list workspaces and accounts, create and schedule posts, upload media, manage campaigns and labels, sync and moderate comments, and pull analytics — the same API the dashboard uses.