A web content fetcher MCP server that converts HTML to clean, AI and human readable markdown.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fetch-url-mcp": {
"command": "npx",
"args": [
"-y",
"j0hanz/fetch-url-mcp"
]
}
}
}
Run in terminal:
claude mcp add fetch-url-mcp npx -y j0hanz/fetch-url-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fetch-url-mcp": {
"command": "npx",
"args": [
"-y",
"j0hanz/fetch-url-mcp"
]
}
}
}