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.
HotNews MCP Server
Provides real-time hot trending topics from major Chinese social platforms and news sites.
urlDNA
Dynamically scan and analyze potentially malicious URLs using the urlDNA.io
MCP URL Format Converter
Fetches content from any URL and converts it to HTML, JSON, Markdown, or plain text.
Notte
Leverage Notte Web AI agents & cloud browser sessions for scalable browser automation & scraping workflows
webcheck-mcp
Website health checker MCP server - SEO audit, accessibility scan, broken link detection, performance analysis, and page comparison.
Puppeteer
Browser automation using Puppeteer, with support for local, Docker, and Cloudflare Workers deployments.
Yahoo Finance
Provides comprehensive financial data from Yahoo Finance, including historical prices, company info, financial statements, and market news.
Sports Trading Card Agent
Real-time sports card pricing, market analysis, arbitrage detection, grading ROI, investment advice, and player stats (NBA/NFL/MLB). 9 tools for AI agents helping collectors and investors.
rippr
YouTube transcript extraction for AI agents. Clean text, timestamps, or structured JSON from any video. No API keys required.
RedNote MCP
Access and interact with content from Xiaohongshu (RedNote).