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.
We read the source, 10 h ago · rules 3dff92dd89df
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.
postinstall: bun run scripts/postinstall.ts
const out = execSync(`which ${bin} 2>/dev/null`, {
path: path.join(baseDir, key),
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.
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.
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.
claude mcp add snapmcp -- npx -y snapmcp
{
"mcpServers": {
"snapmcp": {
"args": [
"-y",
"snapmcp"
],
"command": "npx"
}
}
}
[mcp_servers.snapmcp]
command = "npx"
args = ["-y", "snapmcp"]
{
"mcpServers": {
"snapmcp": {
"args": [
"-y",
"snapmcp"
],
"command": "npx"
}
}
}
{
"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.
Windows Screen Capture MCP Server — give Claude Code eyes on your desktop.
MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.
Deterministic navigation maps over code + markdown + Prisma for AI agents: 13 MCP tools
Multi-model AI orchestration MCP server with code review, compare, and debate tools.
An MCP server that provides CodeScene Code Health analysis tools.
MCP server that exposes Google Gemini as tools for Claude Code
MCP server for code structure analysis using tree-sitter.
Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI
Answers built from our own checks of this server.