MCP ExplorerExplorer

Firecrawl Mcp Example

@alexfazioon 9 months ago
4 MIT
FreeCommunity
AI Systems
A collection of MCP servers for accessing Hacker News and web scraping via Firecrawl API.

Overview

What is Firecrawl Mcp Example

firecrawl-mcp-example is a collection of Model Context Protocol (MCP) servers designed to facilitate interaction between Claude and other large language models (LLMs) with various data sources using the Firecrawl API.

Use cases

Use cases for firecrawl-mcp-example include developing tools for journalists to gather news insights, creating applications that analyze trending topics on Hacker News, and building educational tools that scrape and summarize web content.

How to use

To use firecrawl-mcp-example, clone the repository, install the required dependencies using the UV package manager, and set up your Firecrawl API key in a .env file. Then, configure Claude Desktop to utilize this MCP server and start the server to access its features.

Key features

Key features include accessing Hacker News content, scraping websites, retrieving specific Hacker News posts or comments, fetching popular discussions, extracting readable content from URLs, and searching for discussions on various topics.

Where to use

firecrawl-mcp-example can be used in fields such as data analysis, web scraping, content aggregation, and enhancing interactions with large language models in applications requiring real-time data access.

Content

Firecrawl Quickstarts Logo

Firecrawl MCP Examples

A collection of Model Context Protocol (MCP) servers that provide tools for Claude and other LLMs to interact with various data sources using Firecrawl API.

Examples

Hacker News MCP Server

A server that provides tools for:

  1. Accessing Hacker News content and discussions
  2. Scraping websites using the Firecrawl API
  3. Searching for Hacker News discussions on any topic

Features:

  • get_hnews_item: Get details about a specific Hacker News post or comment
  • get_hnews_popular_discussions: Get the top 30 discussions on Hacker News
  • firecrawl_scrape_url: Extract clean, readable content from any URL
  • search_hnews: Search for Hacker News discussions about a specific topic

Setup

Requirements

Installation

  1. Clone the repository
  2. Install dependencies:
    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
    uv install -e .
    
  3. Create a .env file with your Firecrawl API key:
    FIRECRAWL_API_KEY=your-api-key-here
    

Usage with Claude Desktop

  1. Configure Claude Desktop to use this MCP server (see Claude Desktop documentation)
  2. Start the server:
    uv run server.py
    
  3. In Claude Desktop, you’ll have access to Hacker News tools and web scraping capabilities

License

MIT License

Watch the video

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers