OpenClaw

openclaw

connect antwork to openclaw or myclaw. run an always-on ai agent that manages your social media autonomously.

// prerequisites
  • OpenClaw installed and running (openclaw gateway start)
  • An antwork account with at least one workspace
  • mcporter CLI — ask your OpenClaw agent to install it, or run manually:
terminal
npm install -g mcporter
// step 1 — add antwork server

Use mcporter to register the antwork MCP server. This stores the server config in ~/.mcporter/mcporter.json.

terminal
mcporter config add antwork --url https://api.antwork.io/mcp --auth oauth --scope home
// step 2 — authenticate

Run the OAuth flow to authenticate with your antwork account:

terminal
mcporter auth antwork

Your browser will open for you to log in and approve permissions. Tokens are stored and refreshed automatically.

// step 3 — verify connection

Confirm antwork is connected and all tools are available:

terminal
mcporter list antwork --schema

You should see 21 tools listed. If you get a 401 error, re-run mcporter auth antwork.

// step 4 — alternative: natural language

Alternatively, you can skip the terminal commands and ask your OpenClaw agent directly:

> connect the antwork mcp server at https://api.antwork.io/mcp with oauth

// usage

once connected, openclaw can use all 21 antwork tools. ask it to manage your social media:

example prompts:

  • > draft a linkedin post about our new feature and schedule it for tomorrow
  • > check which posts performed best this week and suggest improvements
  • > create a 5-day content plan for our product launch