mcpbeat Sign in

Opendock MCP Server

local only

Opendock runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 19 Feb 2026.

MCP for the Opendock Neutron API.

Installs per day peak 96 · avg 17 · +60% w/w
a month agotoday
68
Installs / week
npm · opendock-mcp
2
Stars
0 open issues
19 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Opendock 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 opendock -- npx -y opendock-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opendock": {
      "args": [
        "-y",
        "opendock-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.opendock]
command = "npx"
args = ["-y", "opendock-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "opendock": {
      "args": [
        "-y",
        "opendock-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "opendock": {
      "args": [
        "-y",
        "opendock-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Opendock

same job, measured the same way
Mux
by mux

The official MCP Server for the Mux API

414 installs/wk 2 tools answering
Seoul Data
by pipeworx-io

Seoul Open Data MCP — city data for Seoul via the Seoul Open Data Plaza API

answering
OpenSTAAD MCP Server
by bentleysystems

MCP server for Bentley STAAD.Pro via the OpenSTAAD API

local only
Vulners MCP
by vulnerscom

MCP server for the Vulners.com API

45 installs/wk local only
Openweather
by pipeworx-io

OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)

40 tools answering
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Open Notebook
by piotraleksander

MCP server that wraps the Open Notebook API

381 installs/wk local only
Open Notebook
by epochal-dev

MCP server that wraps the Open Notebook API

local only

Opendock — questions

Answers built from our own checks of this server.

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