mcp-npx-fetch
What is this MCP
This MCP is a server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text). It provides a standardized way to access and process web content through the Model Context Protocol.
How to use this MCP
You can install it globally via npm or use directly with npx. It integrates with Claude Desktop by adding configuration to your claude_desktop_config.json
file. The MCP exposes several tools (fetch_html
, fetch_json
, fetch_txt
, fetch_markdown
) that can be called by compatible clients.
What this MCP can be used for
This MCP is useful for web scraping, content extraction, format conversion, and integrating web content fetching capabilities into AI workflows. It's particularly valuable for projects needing structured access to web content with support for custom headers and automatic format transformations.