Fetch MCP Server
Official MCP reference server for HTTP fetching and HTML-to-markdown conversion.
- License
- MIT
- Install
- mcp pip
- Website
- https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
- GitHub
- https://github.com/modelcontextprotocol/servers
uvx mcp-server-fetch
Filesystem MCP Server
Official MCP reference server for safe local filesystem access (read/write within allowed paths).
- License
- MIT
- Install
- mcp npm
- Website
- https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
- GitHub
- https://github.com/modelcontextprotocol/servers
npx -y @modelcontextprotocol/server-filesystem
When to reach for which
Fetch MCP Server — Official MCP reference server for HTTP fetching and HTML-to-markdown conversion.
Filesystem MCP Server — Official MCP reference server for safe local filesystem access (read/write within allowed paths).
Both sit in the MCP Servers category — they're substitutes, not complements. Pick by your install constraint (MCP-native, license, hosting model) and which tag overlap matters most to your stack.