StackMCP
Intermediate

Web Scraping Stack

Extract, crawl, and process web data at scale with headless browsers, anti-detection, and structured file output.

5 servers29.4K tokens15% of context

Token Budget

29.4K used (14.7%)170.6K remaining
Playwright MCP10.3K (5.1%)
BrowserBase MCP6.2K (3.1%)
Filesystem MCP5.7K (2.8%)
Puppeteer MCP4.1K (2.1%)
Firecrawl MCP3.1K (1.5%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    },
    "browserbase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase"
      ],
      "env": {
        "BROWSERBASE_API_KEY": "YOUR_BROWSERBASE_API_KEY",
        "BROWSERBASE_PROJECT_ID": "YOUR_BROWSERBASE_PROJECT_ID"
      }
    },
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    },
    "puppeteer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-puppeteer"
      ]
    },
    "firecrawl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_API_KEY"
      }
    }
  }
}

Included Servers

Firecrawl MCP

Mendable

86
search

Scrape and crawl websites, extract structured data, and perform batch web scraping with LLM-powered content analysis.

5.6k28.9k/wk3.1K tokens(2%)Official4d ago

Crawl entire websites and extract clean, structured content from any page — handles JavaScript rendering and pagination automatically.

Puppeteer MCP

Anthropic

86
testing

Automate browsers with Puppeteer. Navigate pages, take screenshots, fill forms, and generate PDFs from your AI editor.

79.1k15.7k/wk4.1K tokens(2%)Official5d ago

Control Chromium directly for fine-grained scraping tasks like screenshot capture, PDF generation, and dynamic page interaction.

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For Firecrawl MCP

Firecrawl Web ScrapingOfficialworkflow

Web scraping and content extraction workflows using Firecrawl. Includes crawl configuration and data pipeline patterns.

npx skillsadd firecrawl/cli/firecrawl

For Playwright MCP

Playwright TestingOfficialworkflow

Official Microsoft Playwright CLI skill for browser automation, E2E testing, and web scraping workflows.

npx skillsadd microsoft/playwright-cli
Senior QA Engineerrole

Test generation, coverage analysis, and E2E testing patterns. Pairs with Playwright MCP for automated browser testing.