Fetch MCP Server Configuration & Usage Guide
Installationuvx
Risk LevelLow Risk
API KeyNot Required
Clients3 supported
Fetches web content and converts it to Markdown format for easy AI reading
Supported Clients
- Claude Desktop
- Cursor
- VS Code / Cline
Installation Command
uvx mcp-server-fetchConfiguration Example
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}Permission Scope & Security Notes
只读取网页内容,不执行操作,风险较低
- network-access
Risk Score:2/10
Common Errors
- uvx 找不到
- 安装 uv:curl -LsSf https://astral.sh/uv/install.sh | sh
- 网页获取失败
- 部分网站有反爬机制,换一个 URL 测试
Sources
Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.