WebUplink
БесплатноНе проверенGive any MCP client the ability to browse and interact with the web via WebUplink.
Описание
Give any MCP client the ability to browse and interact with the web via WebUplink.
README
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"
}
}
}
}
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
Установить WebUplink в Claude Desktop, Claude Code, Cursor
unyly install webuplinkСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add webuplink -- npx -y @webuplink/mcpFAQ
WebUplink MCP бесплатный?
Да, WebUplink MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для WebUplink?
Нет, WebUplink работает без API-ключей и переменных окружения.
WebUplink — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить WebUplink в Claude Desktop, Claude Code или Cursor?
Открой WebUplink на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare WebUplink with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
