MCP server
Fetch (MCP Reference Server)
Reference server that retrieves a URL and hands back markdown.
Add it to your client
OfficialInstall
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.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Developer ToolsStorage & Files
Comments(0)
Sign in to comment