mcpbeat Sign in

serve MCP Server

by servelink Your server? Claim it
local only

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

Public links for local services and static artifacts: live from your machine or hosted by Serve.

Installs per day peak 327 · avg 50 · -68% w/w
a month agotoday
165
Installs / week
npm · @servelink/serve
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
License
Dockerfile

What the code does

We read the source, 23 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 [пакет] bin/serve.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/serve.js:68
  const res = spawnSync(binPath, process.argv.slice(2), { stdio: "inherit" });
Builds a file path from a variable [пакет] bin/serve.js:42
  return path.join(pkgRoot, "bin", binName);

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

Alternatives to serve

same job, measured the same way
chatmux
by echoedinvoker

Local-first MCP server for your own LINE and Telegram chats. Data stays on your machine.

local only
DEEPBOM
by junhwan-kwon

Browser-local and CLI static evidence for deployed AI model artifacts.

2 020 installs/wk 4 tools answering
Meet Live Assist
by krystiangw

Your own agent inside a live Google Meet or Zoom call. Local-first, no hosted service.

37 installs/wk local only
CodemagicMcp
by agimaulana

Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI

211 installs/wk local only
OCDS German Procurement Search
by qune-tech

Search and match German public procurement tenders (OCDS) from your local LLM.

23 installs/wk local only
Productised
by writehand-ai

Build and publish AI products for coaching practices from inside Claude. 16 live tools.

local only
Model Manager
by setheerwagen

Manage your local model machine over MCP: state, model pull/remove, service switch, LoRA training

1 337 installs/wk local only
Artifyde MCP
by artifyde

A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.

82 installs/wk local only

serve — questions

Answers built from our own checks of this server.

Why is there no uptime for serve?
serve 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 @servelink/serve was installed 165 times last week.
How do I connect serve?
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 @servelink/serve straight from npm; nothing to host, nothing to sign up for.
How many people use serve?
The npm package @servelink/serve was installed 165 times in the last week. Week over week that is -68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is serve open source?
We cannot say either way: written in Dockerfile and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.