Fetch MCP Server

Developmentstdiov2026.1.26
Repository

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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

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

Araçlar (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"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Anthropic (@modelcontextprotocol)
Repository
https://github.com/modelcontextprotocol/servers
Lisans
Apache-2.0
Sürüm
2026.1.26
Yıldızlar
86,206
Son güncelleme
27 Ocak 2026