Scrapi MCP Server

MCP server that converts URLs to clean Markdown/Text for LLM agents 한국어 · Website · Dashboard

People connecting web scraping tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-27 · ★ 5 · #42 OF 78 MAINTAINED WEB SCRAPING · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Scrapi

before you install - you'll need

SCRAPI_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add bamchi-scrapi-mcp-server --transport http https://scrapi.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "bamchi-scrapi-mcp-server": {
      "url": "https://scrapi.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://scrapi.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to scrapi.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @scrapi.ai/mcp-server - the @scrapi.ai scope differs from the repo owner (bamchi); confirm it's the project's official package

registry namespace io.github.bamchi is GitHub-verified and matches the repo owner

03 · What Scrapi can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including scrape_url.

The 1 tools it gives your agent

Extracted from the project's README - what scrapi lets an agent do.

scrape_url
- Scrapes a webpage and returns AI-readable content.

Latest releases

v3.2.0 · 2026-03-06

--api-key CLI argument · You can now pass the API key directly as a CLI argument instead of using environment variables. · Before (still works) · bash · SCRAPI_API_KEY=your_key npx -y @scrapi.ai/mcp-server · Now also…

v3.1.0 · 2026-03-06

npx binary detection · npx -y @scrapi.ai/mcp-server failed with "could not determine executable to run" · The bin field in package.json only had scrapi and scrapi-http entries. npx looks for a binary matching the…

04 · Who maintains Scrapi

scrapi is maintained by bamchi. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
web scraping - ranked #42 of 78 actively-maintained web scraping servers as of 2026-08-25.
registry
io.github.bamchi/scrapi (active, first published 2026-02-11 · 2 versions)
packages
npm:@scrapi.ai/mcp-server

06 · Scrapi FAQ

What is Scrapi?

MCP server that converts URLs to clean Markdown/Text for LLM agents 한국어 · Website · Dashboard

Is Scrapi still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-27. We re-verify nightly.

How do I install Scrapi?

Run `npx -y @scrapi.ai/mcp-server`. The README documents one environment variable (SCRAPI_API_KEY) to set first. You can also paste the ready-made client config above.

Does Scrapi require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Scrapi

More web scraping MCP servers · Agentfetch · Parkour MCP · Searchts · Amazon Scraper API · Jobseek

More TypeScript MCP servers · Bamwor MCP Server · Banana Prompts MCP · Memocall · aloha.fyi Hawaii · Forums · see all