Fetch MCP Server for Cursor
io.github.yawlabs/fetch-mcp
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
client:Cursor
transport:stdio
runtime:npm
Install Fetch MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fetch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/fetch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs