MCP server for web search and scraping
Project description
Firecrawl - Web Search and Scraping MCP Server
A Model Context Protocol (MCP) server that provides web search and scraping capabilities.
Features
- Search: Search the web using DuckDuckGo
- Scrape: Extract text content from any URL
- Extract Links: Get all links from a webpage
Installation
pip install firecrawl
Usage
Run the server:
firecrawl
Available Tools
1. search
Search the web and get top results.
Parameters:
query(string, required): Search querymax_results(number, optional): Maximum results to return (default: 5)
2. scrape
Extract text content from a URL.
Parameters:
url(string, required): URL to scrapeinclude_links(boolean, optional): Include links found on page (default: false)
3. extract_links
Extract all links from a webpage.
Parameters:
url(string, required): URL to extract links from
Use with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"firecrawl": {
"command": "firecrawl"
}
}
}
Requirements
- Python 3.10+
- requests
- beautifulsoup4
- urllib3
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file muawiya_firecrawl-1.0.0.tar.gz.
File metadata
- Download URL: muawiya_firecrawl-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25b6b81a34669c83745fbdcbd214ea7e5fbce401f9f181f66d675f37237c6c9f
|
|
| MD5 |
595b739f574e60e71bd99639977e7d08
|
|
| BLAKE2b-256 |
fffb07a4048880d76bc3033f9cf7e913e4880d5b39b9c8280dd76374192b4b8f
|
File details
Details for the file muawiya_firecrawl-1.0.0-py3-none-any.whl.
File metadata
- Download URL: muawiya_firecrawl-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61df712f24a0dee609ba70bde1971b822c6a0ea7e7c6ed3484de726f1fc80c59
|
|
| MD5 |
094dce8bf1ede92fe631dd14c375c8f5
|
|
| BLAKE2b-256 |
e4e02e7745a074dd4ef3700e8e9ebe37fd3815687c3caa796c128527b7bbafa0
|