WebcrawlerAPI MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WebcrawlerAPI MCP Serverscrape the latest news from https://news.ycombinator.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WebcrawlerAPI MCP Server
WebcrawlerAPI is a powerful web scraping and website crawling service that allows you to extract data from any website with ease.
This MCP (Model Context Protocol) server integrates WebcrawlerAPI's scraping capabilities directly into MCP-compatible applications like Claude Code, enabling integration within your AI workflows. Get started with your free API key at the WebcrawlerAPI Dashboard.
Setup
Get your API key from WebcrawlerAPI Dashboard
Set the environment variable:
export WEBCRAWLER_API_KEY="your-api-key-here"
Related MCP server: ZapFetch MCP Server
Using with Claude Code
Add this server to your Claude Code configuration using npx:
npx webcrawler-mcpOr add to your MCP settings configuration:
{
"mcpServers": {
"webcrawler": {
"command": "npx",
"args": ["-y", "webcrawler-mcp"],
"env": {
"WEBCRAWLER_API_KEY": "your-api-key-here"
}
}
}
}Available Tools
webcrawler-scrape
Scrapes content from any webpage and returns it as markdown.
Parameters:
url(required): The URL of the webpage to scrapeprompt(optional): Optional prompt to extract specific information from the page
Example usage:
Use the webcrawler-scrape tool to get the content from https://example.comWith a prompt for targeted extraction:
Use the webcrawler-scrape tool to scrape https://news.ycombinator.com with the prompt "Extract all article titles and their corresponding URLs"The tool returns the scraped content as markdown, along with the page title and HTTP status code. When using a prompt, the API will focus on extracting the specific information you requested.
Running as Standalone App
You can also run the server as a standalone application:
Via npm
npm install
npm run build
npm startVia npx
npx webcrawler-mcpHTTP Mode
To run in HTTP mode instead of stdio:
USE_HTTP=true npx webcrawler-mcp
# or
npm run start:httpThe HTTP server will start on port 8080 by default, with endpoints:
Health check:
http://localhost:8080/healthMCP endpoint:
http://localhost:8080/mcp
Environment Variables
WEBCRAWLER_API_KEY: Your WebcrawlerAPI.com API key (required)USE_HTTP: Set to "true" to use HTTP transport instead of stdioPORT: HTTP server port (default: 8080)
Development
npm install
npm run dev # Watch mode
npm run buildThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceIntegrates Firecrawl's web scraping capabilities into MCP, enabling web scraping, crawling, content extraction, search, and structured data extraction with automatic retries and rate limiting.Last updated2,20012129,6187,140MIT
- AlicenseAqualityCmaintenanceAn APAC-native web scraping API for AI agents that provides tools for scraping, crawling, searching, and extracting structured data from websites, directly usable from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.Last updated715MIT
- FlicenseAqualityDmaintenanceEnables Claude Desktop to perform advanced web scraping and crawling operations, extracting structured data, analyzing website architectures, and discovering content relationships through natural conversation.Last updated54
- FlicenseAqualityCmaintenanceWeb-crawler MCP server that fetches web pages with static parsing or headless browser fallback, enabling Claude to fetch, extract links, crawl sites, and select content via CSS selectors.Last updated4
Related MCP Connectors
Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web
Crawlbase MCP — wraps the Crawlbase Crawling API (crawlbase.com, formerly
Scrapingdog MCP — wraps Scrapingdog (scrapingdog.com), a proxy-based web
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WebCrawlerAPI/webcrawlerapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server