Fetch MCP

api integration
claude desktop
cursor
windsurf
GitHub

Make HTTP requests to any URL. GET, POST, and other HTTP methods with full control.

12/8/2025

Installation

npm install -g @modelcontextprotocol/server-fetch

Add to your MCP settings:

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

Tags

http
api
fetch
requests