Claude Code
Add OpenQuok to Claude Code with claude mcp add and HTTP streamable transport.
Connect your agent today
Draft from chat, review in your calendar, and publish only what you approve.
Prerequisites
- Claude Code installed and on your PATH.
- An OpenQuok programmatic token (opo_) from Developers → Access.
Setup
Generate your token
In the OpenQuok app, open Account → Settings → Developers → Access. Create an OAuth app if prompted, then generate an opo_… token.

Register the OpenQuok MCP server
Run one of the following in your terminal. Server name is always openquok.
Confirm registration
claude mcp list You should see openquok with HTTP transport pointing at your API origin.
Start a new session and verify
Open a fresh Claude Code session, then ask:
List my connected social media accounts
Claude should call integrationList and return your workspace channels.
Updating or removing
To change auth or URL, remove and re-add:
claude mcp remove openquok Then run the claude mcp add command again with the updated token or method.
Self-hosted API
Use your BACKEND_DOMAIN_URL origin instead of https://api.openquok.com in the command.