Odel
snapmcp

snapmcp

Local
@reeinhardddTypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsnapmcpv2.3.2

Run

npx -y snapmcp

MCP client config

{
  "mcpServers": {
    "snapmcp": {
      "command": "npx",
      "args": [
        "-y",
        "snapmcp"
      ]
    }
  }
}