Command Palette

Search for a command to run...

UnylyUnyly
Browse all

WebUplink

FreeNot checked

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

GitHubEmbed

About

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

README

WebUplink

MCP server for WebUplink

npm version CI License: MIT

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

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "webuplink": {
      "command": "npx",
      "args": ["-y", "@webuplink/mcp"],
      "env": {
        "WEBUPLINK_API_KEY": "wup_your_api_key"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "webuplink": {
      "command": "npx",
      "args": ["-y", "@webuplink/mcp"],
      "env": {
        "WEBUPLINK_API_KEY": "wup_your_api_key"
      }
    }
  }
}

That's it — your AI can now browse and interact with any website.

Tools

browse

Browse a web page or execute tools on a page.

Parameter Type Description
url string URL to open a new browser session
session_id string Existing session ID to continue browsing
tool string Tool name to execute on the page
params object Parameters for the tool
include_page_content boolean Include detailed page content

close_session

Close a browser session to free resources.

Parameter Type Description
session_id string Session ID to close

Environment Variables

Variable Required Default Description
WEBUPLINK_API_KEY Your WebUplink API key
WEBUPLINK_BASE_URL https://api.webuplink.ai API base URL

HTTP Transport

For remote deployments:

WEBUPLINK_API_KEY=wup_... npx @webuplink/mcp --http

Listens on port 3001 (configurable via PORT), accepts MCP requests at /mcp.

License

MIT

from github.com/webuplink-dev/webuplink-mcp

Install WebUplink in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install webuplink

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add webuplink -- npx -y @webuplink/mcp

FAQ

Is WebUplink MCP free?

Yes, WebUplink MCP is free — one-click install via Unyly at no cost.

Does WebUplink need an API key?

No, WebUplink runs without API keys or environment variables.

Is WebUplink hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install WebUplink in Claude Desktop, Claude Code or Cursor?

Open WebUplink on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare WebUplink with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs