Fetch MCP Server

Developmentstdiov2026.1.26
Repositorio

Provides HTTP request capabilities through the Model Context Protocol. Enables AI agents to fetch web content, retrieve API responses, and download resources from URLs. Supports converting HTML to Markdown for easier consumption and can handle various content types including JSON, text, and binary data.

Conectar

Añade esta configuración a .claude/mcp.json

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch"
      ]
    }
  }
}

Herramientas (1)

fetch

Fetch a URL and return its content. HTML is converted to Markdown by default for readability.

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "raw": {
      "type": "boolean",
      "description": "Return raw content without HTML-to-Markdown conversion"
    },
    "url": {
      "type": "string",
      "description": "URL to fetch"
    },
    "max_length": {
      "type": "integer",
      "description": "Maximum number of characters to return (default 5000)"
    },
    "start_index": {
      "type": "integer",
      "description": "Start content from this character index for pagination"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Anthropic (@modelcontextprotocol)
Repositorio
https://github.com/modelcontextprotocol/servers
Licencia
Apache-2.0
Versión
2026.1.26
Estrellas
86,206
Última actualización
27 de enero de 2026