mcpbeat Sign in

Dependency MCP Server

local only

Dependency MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 29 Oct 2025.

MCP server for checking package versions across multiple package managers

Installs per day peak 33 · avg 8 · -41% w/w
a month agotoday
38
Installs / week
npm · dependency-mcp
1
Stars
0 open issues
29 Oct 2025
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Dependency MCP

same job, measured the same way
Parallel Browser MCP
by etairl

MCP server for parallel browser automation across multiple providers.

134 installs/wk local only
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

32 installs/wk local only
npm
by mikusnuz

MCP server for npm package management — publish, version, search, audit, and more

35 installs/wk local only
Hop
by danmartuszewski

SSH connection manager with MCP server for AI-assisted operations across servers.

local only
Tech Debt MCP
by pierrejanineh

MCP Server for analyzing technical debt across multiple programming languages

65 installs/wk local only
Collective Memory
by hustada

MCP server for persistent, semantic memory across AI sessions

40 installs/wk local only
Hatago MCP Hub
by himorishige

Unified MCP Hub for managing multiple Model Context Protocol servers

53 installs/wk local only
Linkinator MCP
by justinbeckwith

MCP server for link checking using linkinator

107 installs/wk local only

Dependency MCP — questions

Answers built from our own checks of this server.

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