@Webuplink/
БесплатноНе проверенEnables AI assistants to browse and interact with websites via WebUplink, providing browser automation tools like browse and close_session.
Описание
Enables AI assistants to browse and interact with websites via WebUplink, providing browser automation tools like browse and close_session.
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/
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/webuplink-dev/webuplink-mcpFAQ
@Webuplink/ MCP бесплатный?
Да, @Webuplink/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Webuplink/?
Нет, @Webuplink/ работает без API-ключей и переменных окружения.
@Webuplink/ — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Webuplink/ в Claude Desktop, Claude Code или Cursor?
Открой @Webuplink/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare @Webuplink/ with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
