Web content fetching and conversion for efficient LLM usage. Fetches URLs and converts HTML to markdown for clean AI consumption.
npx -y @modelcontextprotocol/server-fetch
```json
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}
```
fetchWeb content fetching and conversion for efficient LLM usage. Fetches URLs and converts HTML to markdown for clean AI consumption.
Language: TypeScript
Category: APIs