Puppeteer MCP Server MCP Server Pricing 2026
Updated June 2026Complete pricing guide for the Puppeteer MCP ServerMCP server — costs, free options, and what you'll pay.
💰 How Much Does Puppeteer MCP Server MCP Server Cost?
Free and open-source MCP server. Puppeteer is free and open-source by Google. No service costs — runs locally.
Is Puppeteer MCP Server MCP Server Free?
The Puppeteer MCP Server MCP server is completely free and open-source. You can install it, use it, and even modify the source code. Note that while the MCP server itself is free, the underlying Puppeteer MCP Server service may have its own pricing tiers for API access or premium features.
Puppeteer MCP Server Cost Breakdown: Server vs Service
MCP Server (Always Free)
The Puppeteer MCP Server MCP server is the connector that lets your AI assistant (Claude, Cursor, VS Code, etc.) interact with Puppeteer MCP Server. This component is always free to install and use — it's just a bridge between your AI tool and the service.
Puppeteer MCP Server Service (Open Source)
Free and open-source MCP server. Puppeteer is free and open-source by Google. No service costs — runs locally.
How to Install Puppeteer MCP Server MCP Server
npx -y @modelcontextprotocol/server-puppeteerCompatible with: Claude Desktop, Cursor, VS Code, Windsurf, Cline
Frequently Asked Questions
Is Puppeteer MCP Server MCP Server free to use?
Yes, the Puppeteer MCP Server MCP server is completely free and open-source. You can install and use it at no cost. However, the underlying Puppeteer MCP Server service may have its own pricing tiers.
How much does Puppeteer MCP Server MCP Server cost in 2026?
Free and open-source MCP server. Puppeteer is free and open-source by Google. No service costs — runs locally. The MCP server component is always free to install and configure with your AI assistant.
What are the best alternatives to Puppeteer MCP Server MCP Server?
There are several alternative MCP servers in the Browser category. Visit the Puppeteer MCP Server alternatives page on MyMCPTools to compare features, pricing, and compatibility with AI assistants like Claude, Cursor, and VS Code.
What's included in the Puppeteer MCP Server free tier?
The Puppeteer MCP Server MCP server is fully open-source with all features available for free. Some managed/cloud versions of the underlying service may offer additional paid features.
Does Puppeteer MCP Server work with Claude Desktop, Cursor, and VS Code?
Yes, the Puppeteer MCP Server MCP server is compatible with popular AI assistants and code editors that support the Model Context Protocol (MCP), including Claude Desktop, Cursor, VS Code, Windsurf, and Cline.
Looking for Puppeteer MCP Server alternatives?
Compare similar MCP servers with different pricing and features.
Learn More
Quick Info
- Pricing Model
- Open Source
- Install Type
- npm
- Author
- Anthropic
- Categories
- 🌍 Browser
- Source Code
- View on GitHub →
Related Servers
Web content fetching and conversion for efficient LLM usage. Extract readable content from any URL.
The Apify MCP server gives AI agents access to 6,000+ ready-made cloud scrapers, crawlers, and automation tools on the Apify Store — no infrastructure required. Connect to Apify Actors that extract data from social media platforms (Instagram, TikTok, LinkedIn), search engines (Google, Bing), e-commerce sites (Amazon, eBay), maps (Google Maps), and virtually any website. Each Actor runs in the cloud with managed proxies, browser fingerprinting, and anti-bot bypass built in. Use the Apify MCP server to query Actors by task, stream results directly into your AI context, run custom scraping Actors from your Apify account, and chain multiple data extraction steps in a single workflow. Supports tool filtering to expose only the Actors you need, and integrates with Apify's RAG web browser Actor for retrieval-augmented generation use cases.
Browserbase MCP and Stagehand MCP are the same server under two names, and this catalog lists both because people search for both — this page is the platform view, /servers/stagehand covers the natural-language automation layer that runs inside it. What Browserbase supplies is the browser itself: a headless Chrome session running in Browserbase's cloud rather than on the machine your agent is on, which is the reason to use it at all. The session is a real, addressable browser with its own residential-proxy and stealth configuration and a recorded replay you can watch afterwards, so an agent's browsing survives being run from a datacenter IP, and a failed run is debuggable after the fact instead of being a black box. Nothing renders on the developer's machine, so a long-running agent is not tied to a desktop staying awake. Browserbase's recommendation is the hosted server at https://mcp.browserbase.com/mcp over streamable HTTP — they operate it and absorb the model inference that the instruction-following tools require. Clients without HTTP transport connect via npx mcp-remote https://mcp.browserbase.com/mcp. Self-hosting installs @browserbasehq/mcp-server-browserbase from npm and needs BROWSERBASE_API_KEY and BROWSERBASE_PROJECT_ID from your dashboard. Six tools are exposed — start and end for session lifecycle, navigate, act, observe and extract — and they are documented in detail on the Stagehand entry, because the act/observe/extract trio is Stagehand's model rather than Browserbase's. One thing to know before self-hosting: the browserbase/mcp-server-browserbase repository was archived on 2026-07-20 and its README now says it is kept for historical reference and should not be read as representative of the current production service. The npm package still installs and the star count on this page belongs to that archived repo; the hosted endpoint is the path Browserbase actually maintains.
The Firecrawl MCP server gives your AI assistant the ability to crawl, scrape, and extract structured data from any website — turning raw HTML into clean, LLM-ready Markdown or JSON in seconds. Built by the Firecrawl team, it exposes tools for single-page scraping, deep site crawls (following internal links), and batch URL extraction, all with JavaScript rendering handled automatically so dynamic content is never missed. Developers use it to automate competitive research, build live knowledge bases, extract pricing tables, monitor documentation changes, or feed structured web data into RAG pipelines — all through natural-language prompts without writing a single scraper script. The Firecrawl MCP server handles rate limiting, retries, and proxy rotation behind the scenes. Authentication requires a Firecrawl API key (free tier available). Install with: npx firecrawl-mcp. Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client. With Firecrawl, any public webpage becomes a structured data source your AI can reason over, compare, and act on — making it the go-to MCP server for web data extraction workflows.
ExecuteAutomation's Playwright MCP Server is a community-maintained browser automation server (5,500+ GitHub stars) distinct from Microsoft's official microsoft/playwright-mcp — it leans further into test generation and visual workflows rather than pure accessibility-tree navigation. Beyond standard navigate/click/fill/screenshot tools, it can generate Playwright test code from a live browsing session, scrape full page content and structured data, execute arbitrary JavaScript in the page context, and drive API testing (GET/POST/PUT/PATCH/DELETE requests) alongside the browser tools. A standout feature is 143 real device presets for responsive testing — a single call like playwright_resize({ device: "iPhone 13" }) swaps in the correct viewport, user-agent, touch support, and device pixel ratio, and natural-language prompts like "test on iPad landscape" work directly through Claude. Install via `npm install -g @executeautomation/playwright-mcp-server`, Smithery, mcp-get, or the one-line `claude mcp add --transport stdio playwright npx @executeautomation/playwright-mcp-server` for Claude Code; VS Code one-click installers are also published. No API keys are required — it launches and drives a local Chromium/Firefox/WebKit browser directly. Choose this over Microsoft's official server when you specifically need auto-generated Playwright test scripts, JS execution, or device-emulation testing; choose Microsoft's for pure lightweight accessibility-tree page navigation. One maintenance fact the listings omit, checked against GitHub and npm on 2026-08-15: this repository has not been pushed since 2025-12-13 and npm 1.0.12 was published 2025-12-12, with 32 issues open. It is neither archived nor deprecated, so nothing warns you at install time — it installs, connects and works while its Playwright dependency drifts, whereas Microsoft's server ships continuously. Weigh the codegen, 143-preset device emulation and HTTP request tools against running an eight-month-old build. Note also that headless defaults to false on playwright_navigate, so it opens a visible browser window unless told otherwise, and that stdio-mode logging goes only to ~/playwright-mcp-server.log to keep the JSON-RPC stream clean.
Discover, extract, and interact with the web - one interface powering automated access across the public internet.