@webuplink/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@webuplink/mcpBrowse to webuplink.ai and summarize the page."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP server for WebUplink
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 |
| string | URL to open a new browser session |
| string | Existing session ID to continue browsing |
| string | Tool name to execute on the page |
| object | Parameters for the tool |
| boolean | Include detailed page content |
close_session
Close a browser session to free resources.
Parameter | Type | Description |
| string | Session ID to close |
Environment Variables
Variable | Required | Default | Description |
| ✅ | — | Your WebUplink API key |
| — |
| API base URL |
HTTP Transport
For remote deployments:
WEBUPLINK_API_KEY=wup_... npx @webuplink/mcp --httpListens on port 3001 (configurable via PORT), accepts MCP requests at /mcp.
License
MIT
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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