Skip to main content
Glama
webuplink-dev

@webuplink/mcp

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"
      }
    }
  }
}

Related MCP server: Cloudflare Playwright MCP

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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webuplink-dev/webuplink-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server