Chat33 + Cursor
Schedule posts, build DM automations and answer your inbox, right from Cursor.
Copy this prompt into Cursor
Set up Chat33 from chat33.io/cursor
Works on every plan, including Free.
- 1.Paste the prompt into Cursor's agent chat. It adds Chat33 to your MCP settings.
- 2.In Cursor Settings → MCP, click Connect next to chat33 and approve in your browser.
- 3.Back in the chat, say done. Cursor checks your accounts and asks what to do first.
Install manually
~/.cursor/mcp.json
{
"mcpServers": {
"chat33": {
"url": "https://chat33.io/api/mcp/mcp"
}
}
}With an API key instead
{
"mcpServers": {
"chat33": {
"url": "https://chat33.io/api/mcp/mcp",
"headers": {
"x-api-key": "sk_live_..."
}
}
}
}MCP endpoint
https://chat33.io/api/mcp/mcp
The instructions Cursor follows
When you paste the prompt, Cursor reads this page and follows these steps. Nothing here is hidden.
Chat33 setup for Cursor. Source: https://chat33.io/cursor
Give only the next action for the user's current stage. Put every command in its own code block.
Never ask the user for an API key and never print OAuth URLs; sign-in happens in their browser.
No Chat33 account yet? They can create a free one at https://chat33.io/register
1. Register the server. Create ~/.cursor/mcp.json if it doesn't exist. If it has no "chat33" server, add {"chat33": {"url": "https://chat33.io/api/mcp/mcp"}} under "mcpServers" (keep existing servers).
MCP endpoint: https://chat33.io/api/mcp/mcp
2. Sign in. If chat33 tools are already available in this session, call whoami now:
success → go to step 3; an auth error → tell the user to open Cursor Settings → MCP, click Connect next to chat33, approve in the browser and reply done; then call whoami again.
If chat33 tools are not available in this session: tell the user to open Cursor Settings → MCP, click Connect next to chat33, approve in the browser and reply done. Do not call any tool until they say it is done.
3. Verify. Call whoami, then list_accounts. If no social account is connected, send the user to
https://chat33.io/channels to connect one, then call list_accounts again. When both succeed,
say Chat33 is ready, list each connected account on its own line, then show exactly this menu:
Choose your first task — reply with a number:
1. Write and schedule a post
2. Create a comment → DM automation
3. See how my recent posts performed
4. Check my Instagram / Facebook inbox
5. Reply to comments on a post
4. For every task: confirm platform, account, text and time (with timezone) before creating a post;
call validate_post before create_post. create_flow makes an automation as a draft; call
set_flow_status with ACTIVE only when the user asks to switch it on.
Never send a DM or comment reply without first showing the exact text and recipient and getting approval.
DM replies only work within 24 hours of the contact's last message.
5. Finish with a verified result: show the scheduled time, automation status or sent message the tool returned.
If only setup is done, say the connection is ready. Do not claim a task ran.
Reference: tools https://chat33.io/mcp · REST API https://chat33.io/llms.txtQuestions
- Is it free?
- Yes. The MCP connection works on every Chat33 plan, including Free. Your plan's limits on posts and connected accounts still apply.
- Do I need an API key?
- No. You sign in to Chat33 in your browser and approve access. API keys still work for tools that can't sign in.
- Can it post or send messages without asking me?
- The setup instructions tell the agent to confirm every post and message with you first. You can see and disconnect every connected app in Settings → API Keys → Connected AI apps.
- How do I disconnect?
- Settings → API Keys → Connected AI apps → Disconnect. The agent is signed out immediately.