mcpbeat Sign in

Upnext MCP Server

by tothienbao6a0 Your server? Claim it
local only

Upnext runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 31 Aug 2026.

One audio queue across Spotify, the browser, local files and whatever is already playing.

Installs per day peak 224 · avg 8
a month agotoday
64
Installs / week
npm · upnext-mcp
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.ts:1, [пакет] src/server.ts:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command packages/adapter-process/src/index.ts:76
    const child = spawn(this.#options.command, this.#options.args ?? [], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 upnext -- npx -y upnext-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "upnext": {
      "args": [
        "-y",
        "upnext-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.upnext]
command = "npx"
args = ["-y", "upnext-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "upnext": {
      "args": [
        "-y",
        "upnext-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "upnext": {
      "args": [
        "-y",
        "upnext-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Upnext

same job, measured the same way
I
FireKey MCP
by partnerhbhl

Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.

9 installs/wk local only
Browser Game
by opengameapp

Local tools for planning and validating focused browser-game prototypes.

42 installs/wk local only
BrowserTap MCP
by linvireo

MCP server that drives the real Chrome you already use, through an extension and CDP.

97 installs/wk local only
G
Publish
by playfrog

Publish browser games to Playfrog and get a shareable play link. Static HTML5, files sent inline.

2 tools answering
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

719 installs/wk local only
Pagerunner — The Browser Layer That Learns
by enreign

Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist

88 installs/wk local only
Argus
by pochtmanr

Drive Argus anti-detect browser profiles: isolated identities with their own fingerprint and proxy.

local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

31 installs/wk local only

Upnext — questions

Answers built from our own checks of this server.

Why is there no uptime for Upnext?
Upnext 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 upnext-mcp was installed 64 times last week.
How do I connect Upnext?
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 upnext-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Upnext?
The npm package upnext-mcp was installed 64 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Upnext open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.