Skip to main content
Claude Code supports hosted MCP servers over HTTP with OAuth directly from the CLI.
1

Add the server

claude mcp add --transport http konbiniapi https://mcp.konbiniapi.com
2

Authorize

Inside a Claude Code session, run /mcp and follow the browser-based OAuth flow to link your KonbiniAPI account.
3

Verify

Run /mcp in Claude Code and confirm konbiniapi is available.
To make the server available across all projects, add the --scope user flag:
claude mcp add --transport http --scope user konbiniapi https://mcp.konbiniapi.com
Claude Code uses the hosted remote MCP directly. You do not need a local stdio bridge for KonbiniAPI.