Skip to content
API Circle
Download

Get API Circle Studio

Five ways to run the same workspace. Start in the browser with zero install, or pick the surface that fits your workflow.

Web app

Zero install. Open the browser and your first workspace is created automatically in local storage. The fastest way to try everything.

Open studio.apicircle.dev

Desktop app

Day-to-day development with OS-keychain secrets and local mock servers. Windows, macOS, and Linux.

Builds are currently unsigned, so the first launch shows a one-time OS prompt. Installing guide →

VS Code extension

Edit the same workspace as YAML, right in your editor.

Install
$ code --install-extension apicircle.apicircle-vscode

CLI

Run collections, mocks, and imports in CI. Requires Node ≥ 20.

Install
$ npm install -g @apicircle/cli
View on npm →

MCP server

Let any AI client drive your workspace over the Model Context Protocol.

Install
$ npm install -g @apicircle/mcp-server
View on npm →
Connect your AI client

Wire up AI in four steps

The desktop and VS Code MCP panels generate a ready-to-paste config for every supported client.

Step 1

Install the binary

npm install -g @apicircle/mcp-server — or use npx.

Step 2

Pick your AI client

Claude, Cursor, Copilot, ChatGPT, and more.

Step 3

Paste the snippet

Copy the generated config into your client.

Step 4

Restart & go

The client now reads, authors, and runs requests.