Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Aider MCP Server
  • Rierino
  • Steel Puppeteer
  • MCP Sumo Logic Server
  • Postman MCP Server
Back to MCP Servers
MCP Node Fetch

MCP Node Fetch

Public
mcollina/mcp-node-fetch

Enables fetching and extracting web content via HTTP with support for multiple methods, headers, response formats, HTML fragment extraction, status checks, and configurable timeout and redirect handling under the Model Context Protocol.

typescript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with MCP Node Fetch

MCP Server

Unlock the full potential of MCP Node Fetch through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP Node Fetch

An MCP server that enables fetching web content using the Node.js undici library.

Features

  • Fetch content from any URL using various HTTP methods
  • Support for headers and request body
  • Return content in various formats (text, JSON, binary, HTML fragments)
  • Handle errors gracefully
  • Configure timeout and redirect behavior

MCP Tools

This server provides the following MCP tools:

fetch-url

Fetches content from a URL and returns it.

Parameters:

  • url (string, required): The URL to fetch
  • method (string, optional): HTTP method (default: "GET")
  • headers (object, optional): HTTP headers to include
  • body (string, optional): Request body for POST/PUT requests
  • timeout (number, optional): Request timeout in milliseconds
  • responseType (string, optional): How to parse the response ("text", "json", "binary", "html-fragment")
  • fragmentSelector (string, optional): CSS selector to extract specific HTML fragments (when responseType is "html-fragment")
  • followRedirects (boolean, optional): Whether to follow redirects (default: true)

extract-html-fragment

Extracts specific HTML content from a webpage using CSS selectors and optionally navigates to anchor points.

Parameters:

  • url (string, required): The URL to fetch
  • selector (string, required): CSS selector for the HTML fragment to extract
  • anchorId (string, optional): Optional anchor ID to locate a specific fragment
  • method (string, optional): HTTP method (default: "GET")
  • headers (object, optional): HTTP headers to include
  • body (string, optional): Request body for POST requests
  • timeout (number, optional): Request timeout in milliseconds
  • followRedirects (boolean, optional): Whether to follow redirects (default: true)

check-status

Checks if a URL is accessible without downloading the full content.

Parameters:

  • url (string, required): The URL to check
  • timeout (number, optional): Request timeout in milliseconds

Claude for Desktop Configuration

To use with Claude for Desktop, add this to your claude_desktop_config.json:

{ "mcpServers": { "node-fetch": { "command": "node", "args": ["dist/index.js"] } } }

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Aider MCP Server
    Aider MCP Server

    Enables seamless integration of AI assistants with advanced file editing, code extraction, git statu...

    Added May 30, 2025
  • Rierino
    Rierino

    Enables scalable, secure execution of Model Context Protocol (MCP) requests by integrating APIs, eve...

    Added May 30, 2025
  • Steel Puppeteer
    Steel Puppeteer

    Model Context Protocol server enabling advanced browser automation with Puppeteer, offering web navi...

    Added May 30, 2025
  • MCP Sumo Logic Server
    MCP Sumo Logic Server

    Model Context Protocol server integrating with Sumo Logic API to perform customizable log searches w...

    Added May 30, 2025
  • Postman MCP Server
    Postman MCP Server

    Enables running Postman collections via Newman through the Model Context Protocol, providing LLMs wi...

    1 tools
    Added May 30, 2025