KonvoAI Docs
MCP server

MCP server

Connect AI tools like Claude Code to KonvoAI with OAuth and act on tickets as yourself.

KonvoAI exposes a Model Context Protocol (MCP) server so external AI clients can read your organizations and conversations and take inbox actions on your behalf — reply to tickets, change status, assign, snooze, and pin.

Authentication uses OAuth 2.1 with WorkOS AuthKit as the authorization server. You enable access per user in Settings → Advanced.

What you can do

Server URL

When MCP is enabled for your account, the resource URL is:

https://api.k2.konvoai.com/mcp

Use your deployment's public API origin in development (typically http://localhost:3000/mcp).

On this page