Install Fetch MCP Server as a CLI
mainYou can run the fetcher directly from your terminal using npx or by installing the package globally via npm.
Using npx:
npx mcp-fetch <command> <url> [flags]Global installation:
npm install -g mcp-fetch-server
mcp-fetch <command> <url> [flags]