Loading MCP server directory, please wait...
Give any MCP client the ability to browse and interact with the web via WebUplink.
npx @getmcp/cli add ai.webuplink/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WEBUPLINK_API_KEYYour WebUplink API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.webuplink/mcp": {
"command": "npx",
"args": [
"-y",
"@webuplink/mcp"
],
"env": {
"WEBUPLINK_API_KEY": ""
}
}
}
}