FireScrape MCP Server

FireScrape MCP Server

Enables AI models to search the web using DuckDuckGo, scrape webpage content in markdown format, and browse/read local files for code analysis and debugging.

Category
Visit Server

README

šŸ”„ FireScrape MCP Server

<div align="center">

npm version license downloads

The Ultimate Gateway for AI Agents. Empower your LLMs to Browse, Search, Research, and Scrape with precision.

Installation • Connection Guides • AI Rules • Tools

</div>


šŸš€ Overview

FireScrape MCP is a Model Context Protocol server designed to bridge the gap between AI models (Claude, Cursor, etc.) and the real world. It provides robust tools for:

  • Deep Research: Multi-step autonomous investigation and synthesis.
  • Web Access: Anti-blocking search and intelligent markdown scraping.
  • Local Context: File system access for project-aware coding.

šŸ“¦ Installation & Usage

Run instantly without global installation using npx:

npx -y @yutugyutugyutug/firescrape-mcp

✨ Key Features (v1.1.2)

  • 🧠 deep_research: Conducts autonomous, multi-step research on complex topics, filtering noise and synthesizing reports.
  • 🌐 search_web: High-availability web search with fallback providers (DuckDuckGo + Brave) to ensure you always get results.
  • šŸ“„ scrape_webpage: Converts messy HTML into clean, token-efficient Markdown, stripping ads and irrelevant boilerplate.
  • šŸ” discover_tools: a "Meta-Tool" to find and install other MCP servers from GitHub and Smithery.
  • šŸ“‚ Local Integration: Seamlessly list_files and read_file to give your AI context about your local project.

šŸ¤– AI Agent Rules

Want your AI to be smarter? We have created a standardized rule set to teach your AI agents (Cursor, Windsurf, Cline) how to effectively use these tools to verify facts and avoid hallucinations.

šŸ‘‰ Read the AI Usage Guidelines

Copy the content of the file above into your .cursorrules or System Prompt to supercharge your agent.


šŸ”Œ Connection Guides

1. Claude Desktop App

  1. Open your configuration file:
    • Windows: Win + R -> %APPDATA%\Claude\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  2. Add this configuration:
    {
      "mcpServers": {
        "firescrape": {
          "command": "npx",
          "args": ["-y", "@yutugyutugyutug/firescrape-mcp"]
        }
      }
    }
    

2. Cursor (AI Code Editor)

  1. Navigate to Settings -> Features -> MCP.
  2. Click + Add New MCP Server.
  3. Fill in the fields:
    • Name: FireScrape
    • Type: stdio
    • Command: npx
    • Args: -y @yutugyutugyutug/firescrape-mcp
  4. Click Add to save.

3. Gemini CLI

  1. Locate your config file:
    • Linux/Mac: ~/.gemini/settings.json
    • Windows: %USERPROFILE%\.gemini\settings.json
  2. Insert the server configuration:
    {
      "mcpServers": {
        "firescrape": {
          "command": "npx",
          "args": ["-y", "@yutugyutugyutug/firescrape-mcp"]
        }
      }
    }
    

4. Claude Code (CLI)

Run this command in your terminal to add FireScrape:

claude mcp add firescrape -- npx -y @yutugyutugyutug/firescrape-mcp

5. Google Antigravity

  1. Open the Manage MCP Servers panel.
  2. Select "Edit Configuration" or open mcp_config.json.
  3. Add the entry:
    "firescrape": {
      "command": "npx",
      "args": ["-y", "@yutugyutugyutug/firescrape-mcp"]
    }
    

6. Cline (VS Code Extension)

  1. Open Cline Settings (in VS Code settings or via the extension menu).
  2. Locate the MCP Servers config file (usually via a button "Edit MCP Settings").
  3. Add the following:
    {
      "mcpServers": {
        "firescrape": {
          "command": "npx",
          "args": ["-y", "@yutugyutugyutug/firescrape-mcp"]
        }
      }
    }
    

šŸ› ļø Tools Reference

Tool Name Description Parameters
scrape_webpage Reads a specific URL and returns structured Markdown. url (string)
search_web Finds current info on the web. query (string)
discover_tools Finds other MCP servers on GitHub. query (string)
search_in_page Searches text inside a specific page URL. url (string), query (string)
list_files Lists files in a folder. path (string, optional)
read_file Reads a file's content. path (string)
get_agent_rules Returns the strict operational protocol for AI agents. (none)

<div align="center"> Built with ā¤ļø by <a href="https://github.com/aasm3535/firescrape">FireScrape</a> </div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured