Stats
Actions
Tags
From web2md
Runs locally via npx to convert web pages to Markdown. Provides tools for Claude to fetch, scrape, and transform website content into Markdown format.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"web2md": {
"command": "npx",
"args": [
"-y",
"web2md-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub kevstevie/web2md --plugin web2md