mcpbeat Sign in

Alterlab MCP Server

local only

Alterlab runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm. Last commit 28 Jul 2026.

Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass.

Installs per day peak 161 · avg 24 · +30% w/w
a month agotoday
128
Installs / week
npm · alterlab-mcp-server
0
Stars
112 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/auth.ts:139
  execFile(bin, args, () => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-server -- npx -y alterlab-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "alterlab-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "alterlab-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "alterlab-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "alterlab-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Alterlab

same job, measured the same way
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
Scrapling MCP Server
by d4vinci

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.

169 037 installs/wk local only
rasterly
by rasterly-dev

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

33 installs/wk local only
rasterly
by jhonychain

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

local only
Obscura MCP
by metadrama

MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.

44 installs/wk local only
Spider Cloud
by spider

Crawl, scrape, search the web, and automate browsers at scale with anti-bot bypass.

answering
OpenGraph.io MCP Server
by securecoders

MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

86 installs/wk local only
GrabzIt
by grabzit

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

40 installs/wk local only

Alterlab — questions

Answers built from our own checks of this server.

Why is there no uptime for Alterlab?
Alterlab runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package alterlab-mcp-server was installed 128 times last week.
How do I connect Alterlab?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alterlab-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Alterlab?
The npm package alterlab-mcp-server was installed 128 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Alterlab open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 112 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.