Fetch (Official)
Freeby MCP Community
Official MCP server for web content fetching and conversion to LLM-friendly markdown format.
v1.0.0Added Nov 20, 2024
fetchwebmarkdown
Fetch MCP Server
Official MCP server for web content fetching and conversion to LLM-friendly markdown format.
Features
- URL fetching
- HTML to markdown
- Robots.txt respect
- Content extraction
- Official server
Installation
{
"mcpServers": {
"fetch-mcp": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-fetch
Add to claude_desktop_config.json
{
"mcpServers": {
"fetch-(official)": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}