npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@zrald/serpfire

v1.0.2

Published

MCP server combining Serper.dev (Google Search) and Firecrawl (Web Scraping) for AI research capabilities

Downloads

307

Readme

SerpFire MCP Server

A powerful Model Context Protocol (MCP) server that combines Serper.dev (Google Search) and Firecrawl (Web Scraping) to provide AI agents with comprehensive research capabilities.

Features

  • 🔍 Google Search via Serper.dev API
  • 🌐 Web Scraping via Firecrawl API
  • 🤖 Smart Research - Automatically search and scrape top results
  • 🚀 Easy Integration with Cursor, Claude Desktop, and other MCP clients

Installation

npm install -g @zrald/serpfire

Prerequisites

You need API keys from:

Configuration

For Cursor / Claude Desktop

Add to your MCP settings file (e.g., mcp.json):

{
  "mcpServers": {
    "serpfire": {
      "command": "npx",
      "args": ["-y", "@zrald/serpfire"],
      "env": {
        "SERPER_API_KEY": "your_serper_api_key_here",
        "FIRECRAWL_API_KEY": "your_firecrawl_api_key_here"
      }
    }
  }
}

Environment Variables

Alternatively, set environment variables:

export SERPER_API_KEY="your_serper_api_key"
export FIRECRAWL_API_KEY="your_firecrawl_api_key"

Available Tools

1. serper_search

Search Google and get structured results.

Arguments:

  • query (string, required): Search query
  • num (number, optional): Number of results (default: 10)

2. firecrawl_scrape

Scrape a single web page.

Arguments:

  • url (string, required): URL to scrape
  • formats (array, optional): Output formats (default: ["markdown"])

3. firecrawl_crawl

Crawl an entire website.

Arguments:

  • url (string, required): Base URL to crawl
  • limit (number, optional): Max pages to crawl

4. research_topic ⭐ (Recommended)

Automatically search a topic and scrape top results.

Arguments:

  • topic (string, required): Topic to research
  • max_sources (number, optional): Number of sources to scrape (default: 3)

How it works:

  1. Searches Google for the topic
  2. Extracts top N URLs
  3. Scrapes all URLs in parallel
  4. Returns synthesized research

Usage Examples

Once configured, ask your AI assistant:

  • "Use serpfire to research the latest AI developments"
  • "Search for MCP servers and scrape the top 3 results"
  • "Find information about Firecrawl API features"

License

ISC

Author

Created by Zrald

Links

💝 Support Development

If you find this project helpful, consider supporting development:

Crypto Donations

  • BNB (Binance Smart Chain): 0xB8E0b6D4BaaFd1ac4De9245A760cB8F09bB7D084
  • Bitcoin (BTC): bc1q77k0ju6ta3sp0vm3phm6dek432rzg7cqwf43z6
  • Ethereum (ETH): 0xB8E0b6D4BaaFd1ac4De9245A760cB8F09bB7D084
  • Polygon (MATIC): 0xB8E0b6D4BaaFd1ac4De9245A760cB8F09bB7D084
  • Dogecoin (DOGE): DGbDQEgJLnNR2yEmWFrusFd7jLya4aoZMA

Your support helps maintain and improve this open-source project! 🙏