Fetch MCP

HTTP requests and API integration with response parsing

By ModelContextProtocolMIT
View Repositorynpm install @modelcontextprotocol/server-fetch

Features

HTTP GET/POST/PUT/DELETE
Response parsing
Header management
Error handling

Use Cases

API integrationData fetchingWeb scrapingService integration

Installation

NPM Package
npm install @modelcontextprotocol/server-fetch

Supported Models

Claude 3.5 SonnetClaude 3 HaikuGPT-4

Configuration Example

{
  "mcpServers": {
    "fetch": {
      "command": "@modelcontextprotocol/server-fetch",
      "env": {
        // Add your environment variables here
      }
    }
  }
}