Skip to main content

Requirements

MCP is available on the Business tier and requires the Kondo browser extension.
  • Kondo browser extension must be installed and running — MCP only works while a Kondo tab is open in your browser. Install the extension.
  • OAuth sign-in — You’ll authenticate with your Kondo account the first time you connect.
  • Data privacy — Message data is accessed via your browser session. Command and response data passes through Kondo’s relay in memory and is not stored. Privacy Policy.

Setup

Claude Code

Run this command in your terminal:
Then authenticate by running /mcp in Claude Code and following the sign-in flow.

Claude (web)

  1. Go to claude.ai/settings/integrations
  2. Click Add more integrations, then Add custom MCP server
  3. Enter a name (e.g. “Kondo”) and paste the URL:
  1. Click Add and complete the sign-in flow
Start a new chat and Kondo’s tools will appear in the tools menu.

Claude macOS / Windows App

  1. Open Settings > Connectors or Customize > Connectors
  2. Click Add Connector and enter the URL:
  1. Complete the sign-in flow to connect your Kondo account

ChatGPT

Requires a ChatGPT Business, Enterprise, or Edu plan. Plus/Pro users can connect via Developer Mode but cannot publish apps to a workspace.
A workspace Admin or Owner must first enable Developer Mode in Settings > Apps > Advanced settings > Developer mode.
  1. In ChatGPT, go to Settings > Apps > Create
  2. Enter the name Kondo and paste the URL:
  1. Click Create and complete the OAuth flow to connect your Kondo account
ChatGPT will show a confirmation prompt before any write action (archive, label, draft, etc.).
Only Admins and Owners can publish apps for the whole workspace.
  1. Go to Workspace Settings > Apps
  2. Click Drafts, find Kondo, then click Publish
  3. Review any safety warnings (Kondo supports write actions like archiving and labeling)
  4. Once published, all workspace members will see Kondo in their Apps settings
On Business plans, apps cannot be updated after publishing — you must recreate and republish. Enterprise/Edu plans support updates and RBAC controls.

Cursor

  1. Open Cursor Settings > MCP > Add new global MCP server
  2. Paste the following configuration:
  1. Save and restart Cursor. Complete the sign-in flow when prompted.

VS Code (GitHub Copilot)

Create a .vscode/mcp.json file in your workspace:
Open the Command Palette (Cmd+Shift+P or Ctrl+Shift+P) and run MCP: List Servers to start the server. Complete the sign-in flow when prompted.

Other tools

Kondo’s MCP server uses the Streamable HTTP transport. Any MCP client that supports this transport can connect. Most MCP clients accept a JSON configuration:
Some clients use httpUrl instead of url for Streamable HTTP (e.g. Gemini CLI):
If your client only supports local stdio servers, use mcp-remote as a bridge:

Examples

Here’s what you can do once connected:

Troubleshooting

Available tools

Inbox & chats Actions Connections Invites & snippets

Support

Questions or issues? Contact us.

Disconnecting

To disconnect an MCP client, go to Settings > MCP and click Revoke next to the application you want to remove. This immediately revokes access for that client.