Fetch MCP Server is a Model Context Protocol server that fetches web content in multiple formats including HTML, JSON, plain text, and Markdown with customizable headers and content limits.
Fetch a website and return the content as HTML.
Fetch a JSON file from a URL.
Fetch a website and return the content as plain text (no HTML).
Fetch a website and return the content as Markdown.
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"mcp-fetch-server"
],
"env": {
"DEFAULT_LIMIT": "50000"
}
}
}
}