mcpbeat Sign in

WebUplink MCP Server

by webuplink Your server? Claim it
local only

WebUplink runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 2 Sep 2026.

Give any MCP client the ability to browse and interact with the web via WebUplink.

Installs per day peak 17 · avg 8 · +112% w/w
a month agotoday
57
Installs / week
npm · @webuplink/mcp
1
Stars
2 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check WebUplink every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @webuplink/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@webuplink/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@webuplink/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@webuplink/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@webuplink/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WEBUPLINK_API_KEY (Your WebUplink API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WebUplink

same job, measured the same way
Coda
by nkpar

Interact with Coda.io documents, tables, and rows via the Coda API

local only
Onepassword
by pulsemcp

MCP server for interacting with 1Password via the CLI to read and manage credentials.

147 installs/wk local only
MediaWiki MCP Server
by professionalwiki

MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools

1 086 installs/wk local only
SaC — Software as Content
by dynsoft

Give your AI agent the ability to respond with live, interactive apps that evolve.

83 installs/wk local only
Evocrawl MCP Server
by superaihuman

MCP server for Evocrawl — search, scrape, and interact with the web.

27 installs/wk local only
YouTube MCP
by mrsknetwork

Interact with YouTube data via the official Data API v3

70 installs/wk local only
I
NetScaler Console MCP Server
by citrix

MCP server providing AI assistants the ability to interact with NetScaler environments

local only
Rekt
by osfrekt

REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client

42 installs/wk local only

WebUplink — questions

Answers built from our own checks of this server.

Why is there no uptime for WebUplink?
WebUplink runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @webuplink/mcp was installed 57 times last week.
How do I connect WebUplink?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @webuplink/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use WebUplink?
The npm package @webuplink/mcp was installed 57 times in the last week. Week over week that is +112%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WebUplink open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.