MCP server

Fetch
MCPHTTP get, as a tool, with a URL you can see.
Official fetch server. The model asks for a URL. You see the request. HTML comes back as text.
latest·MIT·Updated this month·github.com/modelcontextprotocol/servers·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
]
}
}
}Spec
What the server actually exposes.
fetch
readGET a URL and return extracted text.
Guardrails
- GET only
- You see the URL
- No credentials unless you add them
mcp-fetch.mcp/tools
Tools
- read
fetch
GET a URL and return extracted text.
Last call
{ "ok": true,
"tool": "fetch",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.