Dependency MCP
Rank #39,742io.github.niradler/dependency-mcp
MCP server providing dependency-mcp capabilities
Dependency MCP is a Model Context Protocol (MCP) server published by niradler. It ranks #39,742 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Dependency MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Aug 18, 2025 and most recently updated on Oct 20, 2025.
Ranks ahead of 75,718 of 115,460 servers on MCP Toplist.
Use Dependency MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dependency-mcp -- npx -y dependency-mcp[mcp_servers.dependency-mcp]
command = "npx"
args = ["-y", "dependency-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dependency-mcp": {
"command": "npx",
"args": [
"-y",
"dependency-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dependency-mcp": {
"command": "npx",
"args": [
"-y",
"dependency-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dependency-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dependency-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dependency-mcp": {
"command": "npx",
"args": [
"-y",
"dependency-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dependency-mcp": {
"command": "npx",
"args": [
"-y",
"dependency-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.niradler%2Fdependency-mcp)<a href="https://mcptoplist.com/server/io.github.niradler%2Fdependency-mcp"><img src="https://mcptoplist.com/badge/io.github.niradler%2Fdependency-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
niradler
Other servers by niradler
View all niradler servers →Available versions (2)
| Version | Published |
|---|---|
| 0.0.5 | Oct 20, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dependency MCP?
- Dependency MCP is maintained by niradler, which publishes 5 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Dependency MCP listed on the Official MCP Registry?
- Yes — Dependency MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Dependency MCP have?
- MCP Toplist tracks 2 versions of Dependency MCP, most recently published on Oct 20, 2025.
- Where can I find the source code for Dependency MCP?
- The source code for Dependency MCP is hosted at github.com/niradler/dependency-mcp.