LogoSTMCP
Download
fetch-mcp

Fetch MCP Server

Fetch MCP Server is a Model Context Protocol server that fetches web content in multiple formats including HTML, JSON, plain text, and Markdown with customizable headers and content limits.

Tools

1. fetch_html

Fetch a website and return the content as HTML.

2. fetch_json

Fetch a JSON file from a URL.

3. fetch_txt

Fetch a website and return the content as plain text (no HTML).

4. fetch_markdown

Fetch a website and return the content as Markdown.

Open Graph image for Fetch MCP Server

JSON Config

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "mcp-fetch-server"
      ], 
      "env": {
        "DEFAULT_LIMIT": "50000"
      }
    }
  }
}

Useful Links

Information