mcp integrations/cursor
cursor
use antwork tools inside cursor. manage your social media without leaving your editor.
// prerequisites
- • Cursor IDE installed
- • An antwork account with at least one workspace
// step 1 — open mcp settings
Open Cursor > Settings > Cursor Settings > Tools & MCP. Click New MCP Server.
// step 2 — add server config
Cursor opens the .cursor/mcp.json file in the editor. Add the antwork entry below, then save the file.
.cursor/mcp.json
{
"mcpServers": {
"antwork": {
"url": "https://api.antwork.io/mcp"
}
}
}// step 3 — connect
Go back to the Tools & MCP tab. Antwork will appear in the server list with a Connect button. Click it.
// step 4 — authorize
Your browser opens for the OAuth consent screen. Log in if needed, then approve the permissions.
Antwork MCP is now connected to Cursor. All 21 tools are available in Cursor AI chat. Tokens refresh automatically.
// usage
once configured, you can use antwork tools in cursor ai chat. ask cursor to create posts, check analytics, or schedule content while you code.