Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ Browser Automation
  3. Snapstack Server
Snapstack Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:31:54 PM

Snapstack Server

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
browser-automationscreenshotsmcplocal-first

Captures browser-tab screenshots locally and exposes their file paths and metadata to MCP clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bgaze-snapstack-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "snapstack-server",
        "snapstack",
        "mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“‚ More in Browser Automation

Overview

The bgaze/snapstack-server MCP server receives screenshots from a companion browser extension, stores each capture locally, and exposes the stack through MCP. A Node.js process listens on 127.0.0.1, accepts captures at its local HTTP endpoint, and serves MCP requests over Streamable HTTP or stdio. Use it when an MCP-capable client needs to inspect selected browser screenshots without uploading them to an external service.

Use cases

โ€ขCapture browser tabs for an MCP client to inspect
โ€ขList selected screenshots by stable capture number
โ€ขKeep screenshot data on the local machine
โ€ขClear processed captures explicitly

Key features

โ€ขLocal browser screenshot intake
โ€ขStreamable HTTP and stdio MCP transports
โ€ขScreenshot manifests with paths and metadata
โ€ขSelective or full stack deletion
โ€ขConfigurable capture format and dimensions

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Snapstack Server.

Extracted Tool Capabilities
Local browser screenshot intake
Streamable HTTP and stdio MCP transports
Screenshot manifests with paths and metadata
Selective or full stack deletion
Configurable capture format and dimensions

How Snapstack Server works

What bgaze/snapstack-server MCP server does

The bgaze/snapstack-server MCP server connects a browser capture extension to an MCP client through a local Node.js process. The extension sends encoded screenshots to the server, which stores them under ~/.snapstack/ by default. Each capture has an image file and a matching JSON file containing the page URL, title, timestamp, and dimensions.

The server exposes three MCP tools. get_screenshots returns a manifest containing stable capture numbers, absolute file paths, dimensions, and metadata; it does not return image bytes or remove files. count_screenshots reports how many captures are waiting. clear_screenshots deletes selected captures or the entire stack. Capture numbering restarts at 01 after the stack becomes empty.

This is intended for local browser-context workflows rather than general browser control. The companion extension performs the capture, encoding, downscaling, and full-page stitching before sending the result to the server.

How it works

The running process listens only on 127.0.0.1. The extension posts captures to /push, while MCP clients connect through /mcp when using Streamable HTTP. The same on-disk stack is available to the stdio MCP front end, which a client can spawn with snapstack mcp. HTTP requests are stateless, and capture intake remains handled by the always-on process independently of the MCP front end.

The server stores WebP or PNG captures with metadata sidecars. The extension can also use JPG according to the configured capture policy. MCP retrieval returns paths rather than embedding image data, allowing the client to read only the files it needs. Deletion is explicit: reading or counting captures never clears them.

Setup and configuration

To run the bgaze/snapstack-server MCP server, use Node.js 18 or newer, install the npm package globally with npm i -g snapstack-server, and enable the background service with snapstack enable. The service can start at login and restart after a crash. snapstack run starts the daemon in the foreground, while snapstack start, stop, and restart control it.

For HTTP clients, register http://127.0.0.1:4123/mcp after the server is running. For stdio clients, use npx -y -p snapstack-server snapstack mcp. The browser must also have the companion snapstack-extension loaded; the server alone does not capture browser tabs.

SNAPSTACK_DIR changes the stack directory and defaults to ~/.snapstack. SNAPSTACK_PORT changes the local listening port and defaults to 4123; the host remains 127.0.0.1. Capture settings are stored in ~/.snapstack/config.json and managed from the extension's options page. Supported settings include format, lossy quality, maximum width, and the maximum number of full-page slices.

Limitations and notes

The supplied material documents local HTTP and stdio transports but does not identify specific MCP client applications. The server requires the companion browser extension for capture intake. It does not provide browser navigation or interaction tools; its documented MCP operations concern listing, counting, and deleting stored screenshots. On Windows, the README advises using an Administrator terminal for global npm installation and scheduled-task registration.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    ๐Ÿ“‚ Browser Automation4 views
    Compare vs Browser Use MCP Server โ†’
  • Playwright MCP logoPlaywright MCP
    Verified

    Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots

    ๐Ÿ“‚ Browser Automation2 views
    Compare vs Playwright MCP โ†’
  • Rrweb Stack logoRrweb Stack

    Local-first MCP server (@peekdev/mcp) + Chrome extension that records your real authenticated browser session (rrweb DOM + console + network, PII-masked, to local SQLite) and lets AI coding agents query it or drive the browser. No cloud, no telemetry.

    ๐Ÿ“‚ Browser Automation4 views
    Compare vs Rrweb Stack โ†’
  • Pagewatch logoPagewatch

    Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

    ๐Ÿ“‚ Browser Automation3 views
    Compare vs Pagewatch โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
222
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Snapstack Server

Install Node.js 18 or newer, run `npm i -g snapstack-server`, then enable the background service with `snapstack enable`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSnapstack Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bgaze-snapstack-server?style=directory)](https://allmcps.com/mcp/bgaze-snapstack-server)
HTML Embed
<a href="https://allmcps.com/mcp/bgaze-snapstack-server"><img src="https://allmcps.com/api/badge/bgaze-snapstack-server?style=directory" alt="Snapstack Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚Browser Automation
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 15, 2026
npm downloads222/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
51Quality signal: Good ยท 51/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท mcp (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ Browser Automation โ†’Best MCP servers for Browser Automation โ†’Alternatives to Snapstack Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code