Fetch MCP
api integration
claude desktop
cursor
windsurf
Make HTTP requests to any URL. GET, POST, and other HTTP methods with full control.
By david_kim
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