mcpbeat Sign in

Snapmcp MCP Server

by reeinharddd Your server? Claim it
local only

Snapmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 678 installs a week from npm. Last commit 19 Sep 2026.

Visual capture MCP server: terminal colors, code, diffs, PDFs, GIFs. 13 tools, SSRF on by default.

Installs per day peak 493 · avg 23 · +3253% w/w
a month agotoday
678
Installs / week
npm · snapmcp
0
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 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: bun run scripts/postinstall.ts
Runs an external command src/browser.ts:88, src/cli.ts:58
    const out = execSync(`which ${bin} 2>/dev/null`, {
Builds a file path from a variable src/browser.ts:127
        path: path.join(baseDir, key),
Dumps the whole environment src/setup-shared.ts:160
  for (const [key, value] of Object.entries(process.env)) {

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 snapmcp -- npx -y snapmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "snapmcp": {
      "args": [
        "-y",
        "snapmcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.snapmcp]
command = "npx"
args = ["-y", "snapmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "snapmcp": {
      "args": [
        "-y",
        "snapmcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "snapmcp": {
      "args": [
        "-y",
        "snapmcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SNAPMCP_DIR (Output directory for captures), SNAPMCP_THEME (Shiki syntax highlighting theme (27 built-in themes, auto-detected terminal theme when unset)), SNAPMCP_FORMAT (Output image format: png or jpeg), SNAPMCP_QUALITY (JPEG quality (1-100, only used for JPEG)), SNAPMCP_SHADOW (Drop shadow level: none, soft, medium, strong), SNAPMCP_ALLOWED_PATHS (Comma- or semicolon-separated allowlist of file paths readable by capture_file (deny-all when unset)), SNAPMCP_SSRF_PROTECTION (Block requests to private IP ranges (DNS-resolved, IPv4 + IPv6). Default: true), SNAPMCP_CHROME_EXECUTABLE (Path to a system Chrome/Chromium binary to use for browser captures), SNAPMCP_CHROME_PROFILE (Chrome profile directory to use for browser captures (persistent context)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Snapmcp

same job, measured the same way
Winsight
by theoewzzer

Windows Screen Capture MCP Server — give Claude Code eyes on your desktop.

65 installs/wk local only
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
Lens MCP
by segentic-lab

Deterministic navigation maps over code + markdown + Prisma for AI agents: 13 MCP tools

local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
Codescene MCP Server
by codescene

An MCP server that provides CodeScene Code Health analysis tools.

889 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

47 installs/wk local only
Aptu Coder
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only
Gemini MCP
by rlabs-inc

Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI

253 installs/wk local only

Snapmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Snapmcp?
Snapmcp 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 snapmcp was installed 678 times last week.
How do I connect Snapmcp?
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 snapmcp straight from npm; nothing to host, nothing to sign up for.
How many people use Snapmcp?
The npm package snapmcp was installed 678 times in the last week. Week over week that is +3253%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Snapmcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.