dep-scope
Rank #11,151io.github.FlorianBruniaux/dep-scope
Symbol-level npm dependency analysis: scan verdicts, native alternatives, migration prompts.
dep-scope is a Model Context Protocol (MCP) server published by FlorianBruniaux. It ranks #11,151 of 115,460 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. dep-scope is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jan 8, 2026 and most recently updated on May 5, 2026.
Ranks ahead of 104,309 of 115,460 servers on MCP Toplist.
Use dep-scope
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dep-scope -- npx -y --package @florianbruniaux/dep-scope dep-scope-mcp @florianbruniaux/dep-scope[mcp_servers.dep-scope]
command = "npx"
args = ["-y", "--package", "@florianbruniaux/dep-scope", "dep-scope-mcp", "@florianbruniaux/dep-scope"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dep-scope": {
"command": "npx",
"args": [
"-y",
"--package",
"@florianbruniaux/dep-scope",
"dep-scope-mcp",
"@florianbruniaux/dep-scope"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dep-scope": {
"command": "npx",
"args": [
"-y",
"--package",
"@florianbruniaux/dep-scope",
"dep-scope-mcp",
"@florianbruniaux/dep-scope"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dep-scope": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"--package",
"@florianbruniaux/dep-scope",
"dep-scope-mcp",
"@florianbruniaux/dep-scope"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dep-scope": {
"command": "npx",
"args": [
"-y",
"--package",
"@florianbruniaux/dep-scope",
"dep-scope-mcp",
"@florianbruniaux/dep-scope"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dep-scope": {
"command": "npx",
"args": [
"-y",
"--package",
"@florianbruniaux/dep-scope",
"dep-scope-mcp",
"@florianbruniaux/dep-scope"
]
}
}
}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.FlorianBruniaux%2Fdep-scope)<a href="https://mcptoplist.com/server/io.github.FlorianBruniaux%2Fdep-scope"><img src="https://mcptoplist.com/badge/io.github.FlorianBruniaux%2Fdep-scope.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
FlorianBruniaux
Other servers by FlorianBruniaux
View all FlorianBruniaux servers →Available versions (4)
| Version | Published |
|---|---|
| 0.4.2 | May 5, 2026 |
| 0.4.1 | May 3, 2026 |
| 0.4.0 | Apr 23, 2026 |
| 0.3.11 | Apr 23, 2026 |
Frequently asked questions
- Who maintains dep-scope?
- dep-scope is maintained by FlorianBruniaux, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is dep-scope listed on the Official MCP Registry?
- Yes — dep-scope is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does dep-scope have?
- MCP Toplist tracks 4 versions of dep-scope, most recently published on May 5, 2026.
- Where can I find the source code for dep-scope?
- The source code for dep-scope is hosted at github.com/florianbruniaux/node-dep-scope.