Skip to content

Claude Code

Add OpenQuok to Claude Code with claude mcp add and HTTP streamable transport.

1 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

Prerequisites

  • Claude Code installed and on your PATH.
  • An OpenQuok programmatic token (opo_) from DevelopersAccess.

Setup

Generate your token

In the OpenQuok app, open AccountSettingsDevelopersAccess. Create an OAuth app if prompted, then generate an opo_… token.

Generate programmatic 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.

Search documentation
Find a docs page
Discord Support