mcpbeat Sign in

peek MCP Server

local only

peek runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from npm. Last commit 10 Jul 2026.

Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local

Installs per day peak 59 · avg 21 · -12% w/w
a month agotoday
114
Installs / week
npm · @peekdev/mcp
7
Stars
1 open issues
10 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node ./scripts/postinstall-guard.mjs
  (window as unknown as { eval: (code: string) => void }).eval(bundle);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add peek-mcp -- npx -y @peekdev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "peek-mcp": {
      "args": [
        "-y",
        "@peekdev/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.peek-mcp]
command = "npx"
args = ["-y", "@peekdev/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "peek-mcp": {
      "args": [
        "-y",
        "@peekdev/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "peek-mcp": {
      "args": [
        "-y",
        "@peekdev/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to peek

same job, measured the same way
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

68 installs/wk local only
Playwright Network Chaos MCP
by vola-trebla

MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions

42 installs/wk local only
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

87 installs/wk local only
Render MCP
by rodromer

Hosted browser for AI agents: screenshots, post-JS DOM, console, WCAG. No install, no API key.

6 tools answering
Browserbase
by mcparmory

Create and control browser sessions for web automation, testing, and AI agent tasks

241 installs/wk local only
Openevidence MCP
by bakhtiersizhaev

Unofficial MCP server connecting OpenEvidence to AI agents via authenticated browser sessions

56 installs/wk local only
MCP Browser
by brainfuel

Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.

local only
Zenrows MCP
by zenrows

Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants

635 installs/wk answering

peek — questions

Answers built from our own checks of this server.

Why is there no uptime for peek?
peek runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @peekdev/mcp was installed 114 times last week.
How do I connect peek?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @peekdev/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use peek?
The npm package @peekdev/mcp was installed 114 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is peek open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 7 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.