Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Fetch (MCP Reference Server) logo
MCP server

Fetch (MCP Reference Server)

Reference server that retrieves a URL and hands back markdown.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx mcp-server-fetch
mcpServers
{
  "mcpServers": {
    "fetch-mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-fetch"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Not required
Tools
1
License
MIT
Tools
fetch

One of the original MCP reference implementations and the smallest genuinely useful example of the protocol: a single tool takes a URL, converts the HTML to markdown and returns it, with a length limit and a starting offset so long pages can be read in chunks. No key, no account. Worth knowing that it can also reach private network addresses, which matters when the server sits next to internal services.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?