LogoSTMCP
Download
MCP NPX Fetch

MCP NPX Fetch

A powerful MCP server for fetching and transforming web content into HTML, JSON, Markdown, and plain text.

Tools

1. fetch_html

Fetches and returns raw HTML content from any URL. This tool allows you to retrieve the complete HTML source code of web pages, including all markup, scripts, and styling information.

2. fetch_json

Fetches and parses JSON data from any URL. This tool is designed to retrieve structured data from APIs and JSON endpoints, automatically parsing the response into a usable format.

3. fetch_txt

Fetches and returns clean plain text content, removing HTML tags and scripts. This tool extracts readable text content from web pages by stripping away all HTML markup and JavaScript code.

4. fetch_markdown

Fetches content and converts it to well-formatted Markdown. This tool retrieves web content and transforms it into Markdown format, making it suitable for documentation and text processing workflows.

JSON Config

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": ["-y", "@tokenizin/mcp-npx-fetch"],
      "env": {}
    }
  }
}

Useful Links

Information