
Web content fetching and HTML-to-markdown conversion for AI agents. Enables agents to retrieve and process web pages, documentation, and APIs directly. Python-based via uvx.
Install via CLI
mog install mogteam/mcp-fetchManual config
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}Or run mog install to configure automatically. MCP docs
Web content fetching and HTML-to-markdown conversion for AI agents. Enables agents to retrieve and process web pages, documentation, and APIs directly. Python-based via uvx.
mog install mogteam/mcp-fetch
Requires Python and
uv. Install with:pip install uvorbrew install uv.
web fetch http scraping markdown mcp
Sourced from Anthropic (official MCP) — ⭐ 79,365 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Anthropic (official MCP)
github.com/modelcontextprotocol/serversThis package is sourced from the above repository and distributed on mog under its original license.
Releases