HTTP Fetch MCP

premium

Official HTTP Fetch Model Context Protocol (MCP) server that enables Claude to perform secure outbound HTTP requests. Supports REST API calls, JSON responses, header configuration, and controlled network access for API integration, data retrieval, and service orchestration workflows. Designed specially for production-safe API interactions using Claude.

Submitted by @deepsyyt · Community

Installation Instructions →
Category: APICompany: Model Context Protocol (Anthropic)
Compatible Tools:
Claude (Primary)

Example Configurations

For stdio Server (HTTP Fetch MCP Example):
claude://mcp/fetch
For SSE Server:
URL: http://example.com:8080/sse

HTTP Fetch MCP Specific Instructions

1.Install Instructions
npm install -g @modelcontextprotocol/server-fetch
2.Add to Claude MCP configuration:
{
"mcpServers": {
"fetch": {
"command": "mcp-server-fetch",
"args": []
}
}
}
3.Restart Claude to activate the MCP.

Usage Notes

Help other developers understand when this MCP works best and where to be careful.

No usage notes provided.