Fetch
Freeby MCP Community
A Model Context Protocol server providing tools for HTTP requests, GraphQL queries, WebSocket connections, and browser automation
v0.1.6Added Apr 12, 2026
mcpmodel-context-protocolhttpfetchgraphql
Fetch MCP Server
A Model Context Protocol server providing tools for HTTP requests, GraphQL queries, WebSocket connections, and browser automation
Installation
Reviews
Installation
Quick install
npx -y mcp-fetch
Add to claude_desktop_config.json
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "mcp-fetch"]
}
}
}