Skip to content
Cursor

WebUplink for Cursor

ai.webuplink/mcp

Give any MCP client the ability to browse and interact with the web via WebUplink.

client:Cursor transport:stdio runtime:npm

Install WebUplink in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@webuplink/mcp"
      ],
      "env": {
        "WEBUPLINK_API_KEY": "<WEBUPLINK_API_KEY>"
      }
    }
  }
}

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

WebUplink in other clients