What is the Fetch URL MCP Server MCP server?
An MCP server that fetches web pages and converts them to clean, readable Markdown.
How to install Fetch URL MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fetch-url-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/fetch-url-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fetch-url-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/fetch-url-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fetch-url-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/fetch-url-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fetch-url-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/fetch-url-mcp"
]
}
}
}Claude Code
claude mcp add fetch-url-mcp -- npx -y @j0hanz/fetch-url-mcpRelated MCP servers
Multi-level reasoning MCP server with configurable depth levels
View repository →🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis
View repository →Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.
View repository →