Skip to content

Getting started

MCP Peek is a desktop app for inspecting, running and proxying MCP (Model Context Protocol) servers. This guide takes you from install to your first tool result in a couple of minutes.

Grab the build for your platform from the download section:

  • macOS — one universal build that runs on both Apple Silicon and Intel. Requires macOS 10.15 (Catalina) or later.
  • Windows — 64-bit (x64).
  • Linux — 64-bit (x64), as an AppImage or .deb. Needs a recent distribution with the webkit2gtk-4.1 runtime — Ubuntu 22.04 or newer, or equivalent. (The .deb declares libwebkit2gtk-4.1-0 as a dependency.)

The app updates itself automatically once installed — see Licensing & activation and What we send for how that works.

On a fresh launch there are no servers yet — you’ll see an empty server rail on the left with a Proxy button and a dashed +, and the explorer prompts “Add a server to begin.”

MCP Peek on first launch, with an empty server rail and an "Add a server to begin" message.

  1. Click the + (“Connect a new server”).
  2. Pick a Transportstdio (a local process) or HTTP (a remote endpoint).
  3. Fill the fields. For a quick local test, try the reference “everything” server over stdio:
    • Command: npx
    • Arguments: -y @modelcontextprotocol/server-everything
  4. Optionally click Test connection, then Add server.

The server connects (a green status dot) and its catalog fills in. Full details are in Connecting servers.

  1. In the Tools tab, click a tool to open it in the Inspector.
  2. Fill in the auto-generated Form (or switch to JSON and use the Skeleton generator).
  3. Press ▶ Run tool and read the Result.

MCP Peek with a connected server, the catalog populated, and a tool result rendered.

Success looks like: a connected server with a green dot, a populated Tools tab showing per-item token estimates, and a result rendered in the Result card.