Collactions Logo

Fetch

@modelcontextprotocol/server-fetch • Official MCP Server

Official2 tools2024Open Source

About

Web content fetching and conversion for efficient LLM usage.

Tools

Connect

Claude doesn't support OAuth yet so use text instead. Get URL will load instead

Test this MCP Server

Try this server with real prompts and see the results

Installation & Setup

Install and configure this MCP server for your environment.

# Install the server
npm install @modelcontextprotocol/server-fetch

# Add to Claude Desktop config
{
  "mcpServers": {
    "algorand": {
      "command": "npx",
      "args": ["@modelcontextprotocol/server-fetch"]
    }
  }
}
This is a real, working MCP server from the official repository.

Details

Package@modelcontextprotocol/server-fetch
Tools Available2 tools
Status✓ Official
LicenseMIT
Published2024
Source Code
Test Server