Alterlab MCP Server
Rank #11,097io.alterlab/mcp-server
Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass.
Alterlab MCP Server is a Model Context Protocol (MCP) server published by rapiercraft. It ranks #11,097 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Alterlab MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Feb 10, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 104,494 of 115,591 servers on MCP Toplist.
Use Alterlab MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add alterlab -- npx -y alterlab-mcp-server[mcp_servers.alterlab]
command = "npx"
args = ["-y", "alterlab-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"alterlab": {
"command": "npx",
"args": [
"-y",
"alterlab-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"alterlab": {
"command": "npx",
"args": [
"-y",
"alterlab-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"alterlab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alterlab-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"alterlab": {
"command": "npx",
"args": [
"-y",
"alterlab-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"alterlab": {
"command": "npx",
"args": [
"-y",
"alterlab-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.alterlab%2Fmcp-server)<a href="https://mcptoplist.com/server/io.alterlab%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.alterlab%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
rapiercraft
Other servers by rapiercraft
View all rapiercraft servers →Available versions (4)
| Version | Published |
|---|---|
| 1.5.0 | Jun 3, 2026 |
| 1.4.0 | May 16, 2026 |
| 1.1.1 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Alterlab MCP Server?
- Alterlab MCP Server is maintained by rapiercraft, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Alterlab MCP Server listed on the Official MCP Registry?
- Yes — Alterlab MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Alterlab MCP Server have?
- MCP Toplist tracks 4 versions of Alterlab MCP Server, most recently published on Jun 3, 2026.
- Where can I find the source code for Alterlab MCP Server?
- The source code for Alterlab MCP Server is hosted at github.com/rapiercraft/alterlab-mcp-server.