MCP Node Fetch
Fetch web content using the Node.js undici library.
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 fetchmethod(string, optional): HTTP method (default: "GET")headers(object, optional): HTTP headers to includebody(string, optional): Request body for POST/PUT requeststimeout(number, optional): Request timeout in millisecondsresponseType(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 fetchselector(string, required): CSS selector for the HTML fragment to extractanchorId(string, optional): Optional anchor ID to locate a specific fragmentmethod(string, optional): HTTP method (default: "GET")headers(object, optional): HTTP headers to includebody(string, optional): Request body for POST requeststimeout(number, optional): Request timeout in millisecondsfollowRedirects(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 checktimeout(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
Servidores relacionados
Bright Data
patrocinadorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Playwright MCP
Automate web interactions and perform web scraping tasks using the Playwright framework.
comet-mcp
Connect Claude Code to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring
Fetcher MCP
Fetch and extract web content using a Playwright headless browser, with support for intelligent extraction and flexible output.
CodingBaby Browser
A Node.js server that enables AI assistants to control the Chrome browser via WebSocket. Requires the CodingBaby Chrome Extension.
Extract Developer & LLM Docs
Extract documentation for AI agents from any site with llms.txt support. Features MCP server, REST API, batch processing, and multiple export formats.
Web Scraper Service
A Python-based MCP server for headless web scraping. It extracts the main text content from web pages and outputs it as Markdown, text, or HTML.
RedNote MCP
Access and interact with content from Xiaohongshu (RedNote).
iReader MCP
Tools for reading and extracting content from the internet.
MCP Web Scraper
A production-ready web scraping platform with ML-powered automation, browser automation via Playwright, and persistent caching.
Crawl4AI RAG
Integrate web crawling and Retrieval-Augmented Generation (RAG) into AI agents and coding assistants.