Fetch
stdioFetch web content and convert HTML to markdown. Useful for reading web pages, APIs, and documentation
Author
Anthropic
Runtime
python
Package
mcp-server-fetch
Command
uvx mcp-server-fetch
Categories
webutilities
Install with the CLI:
npx @getmcp/cli add fetchConfiguration
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
JSON
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}