Fetch
🔧 Utilities
Retrieve and process content from web pages, converting HTML to clean markdown for efficient LLM consumption. Fetch URLs, extract text, and parse web content.
Tools (1)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}