web to markdown mcp for Claude Desktop
io.github.sidney/web-to-markdown-mcp
MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown
client:Claude Desktop
transport:stdio
runtime:pypi
Install web to markdown mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web-to-markdown-mcp": {
"command": "uvx",
"args": [
"web-to-markdown-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs