CodexSpot
F

Fetch MCP Server

Enables AI assistants to fetch content from any URL through MCP, supporting raw HTTP responses and HTML retrieval for web scraping and content extraction.

stdioLocalNo Authnpm

What This Server Exposes

Tools

fetch_urlfetch_html

Resources

  • web page content
  • HTTP response data

Setup Instructions

  1. 1Ensure Node.js 18+ is installed
  2. 2Add the fetch server config to your Claude Desktop configuration
  3. 3Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch"
      ]
    }
  }
}

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

This server can make HTTP requests to any URL accessible from your machine, including internal network resources. Be cautious when using it with untrusted inputs to avoid server-side request forgery (SSRF) risks.

This listing is for informational purposes only. CodexSpot is not affiliated with Fetch MCP Server.