Web To Markdown MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from pypi. Last commit 26 Jul 2026.
MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add web-to-markdown-mcp -- uvx web-to-markdown-mcp
{
"mcpServers": {
"web-to-markdown-mcp": {
"args": [
"web-to-markdown-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.web-to-markdown-mcp]
command = "uvx"
args = ["web-to-markdown-mcp"]
{
"mcpServers": {
"web-to-markdown-mcp": {
"args": [
"web-to-markdown-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"web-to-markdown-mcp": {
"args": [
"web-to-markdown-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.