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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Bright Data
ผู้สนับสนุนDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
MCP Chrome Server
A server for browser automation using Google Chrome, based on the MCP framework.
Xiaohongshu Search & Comment
An automated tool to search notes, retrieve content, and post comments on Xiaohongshu (RedBook) using Playwright.
Browser MCP
A fast, lightweight MCP server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration.
ScraperCity
B2B lead generation MCP server - Apollo, Google Maps, email finder, skip trace, and 15+ more tools.
JCrawl4AI
A Java-based MCP server for interacting with the Crawl4ai web scraping API.
KonbiniAPI
KonbiniAPI gives AI agents direct access to social media data — profiles, posts, videos, comments, and search results.
Urlbox Full Page Screenshots
An MCP server for the Urlbox Screenshot API. It enables your client to take screenshots, generate PDFs, extract HTML/markdown, and more from websites.
Puppeteer
Provides browser automation using Puppeteer, enabling interaction with web pages, taking screenshots, and executing JavaScript.
MCP-Puppeteer-Linux
Automate web browsers on Linux using Puppeteer. Enables LLMs to interact with web pages, take screenshots, and execute JavaScript.
Humanizer PRO
Humanizer PRO turn AI content into Human written content undetectable and bypass all AI detectors.