Fetch
Web content fetching and conversion for efficient LLM usage.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: Fetch Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-fetch
Detailed Documentation
Web content fetching and conversion for efficient LLM usage.
Configuration
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
],
"env": {}
}
}
}