About
Overview
The Fetch MCP Server enables AI agents to retrieve content from URLs and convert it to a format suitable for language model consumption. It fetches web pages, converts HTML to clean markdown, and handles various content types including JSON and plain text. Essential for web research and content extraction.
Capabilities
Tools & Capabilities
⚡fetch
Fetch a URL and return content as markdown or raw text
Setup
Installation
bash
Install
npx -y @modelcontextprotocol/server-fetchExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}Quick Info
AuthorAnthropic
LanguageTypeScript
StatusStable
Stars★ 1350
Last UpdatedFeb 12, 2026