Skip to main content
Zed supports remote MCP servers natively. If you add a remote server URL without an Authorization header, Zed will handle the standard OAuth flow for you.
1

Open agent settings

In Zed, open the Agent Panel, then open Settings and click Add Custom Server.
2

Add KonbiniAPI

You can add the server in the UI, or edit your Zed settings JSON directly:
{
  "context_servers": {
    "konbiniapi": {
      "url": "https://mcp.konbiniapi.com"
    }
  }
}
3

Authorize

Start using the server from the agent panel. Zed will prompt you to authenticate through the browser and then store the connection for reuse.
KonbiniAPI tools are then available to Zed’s agent for endpoint discovery, documentation lookup, and live TikTok or Instagram API calls.