Back to Browse
Description
Make HTTP requests to any URL. Fetch web pages, call REST APIs, download content, and interact with web services from MCP-enabled applications.
httpfetchapiwebrequests
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"fetch-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-fetch"]
}
}
}