Skip to content
Cursor

fetchmcp for Cursor

io.github.labtools-studio/fetchmcp

Drop-in fetch MCP: clean Markdown from any URL, with JS rendering and anti-bot.

client:Cursor transport:stdio runtime:npm

Install fetchmcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "fetchmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@labtoolsstudio/fetchmcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fetchmcp in other clients