Pare Npm
Rank #18,733io.github.Dave-London/pare-npm
MCP server providing pare-npm capabilities
Pare Npm is a Model Context Protocol (MCP) server published by Dave-London. It ranks #18,733 of 115,460 servers tracked on MCP Toplist, and its repository has 138 GitHub stars. Pare Npm is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 96,727 of 115,460 servers on MCP Toplist.
Use Pare Npm
claude mcp add pare-npm -- npx -y @paretools/npm[mcp_servers.pare-npm]
command = "npx"
args = ["-y", "@paretools/npm"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pare-npm": {
"command": "npx",
"args": [
"-y",
"@paretools/npm"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pare-npm": {
"command": "npx",
"args": [
"-y",
"@paretools/npm"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pare-npm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/npm"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pare-npm": {
"command": "npx",
"args": [
"-y",
"@paretools/npm"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pare-npm": {
"command": "npx",
"args": [
"-y",
"@paretools/npm"
]
}
}
}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.Dave-London%2Fpare-npm)<a href="https://mcptoplist.com/server/io.github.Dave-London%2Fpare-npm"><img src="https://mcptoplist.com/badge/io.github.Dave-London%2Fpare-npm.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Dave-London
Available versions (2)
| Version | Published |
|---|---|
| 0.8.1 | Feb 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pare Npm?
- Pare Npm is maintained by Dave-London, which publishes 28 MCP servers (61 total versions) tracked on MCP Toplist.
- Is Pare Npm listed on the Official MCP Registry?
- Yes — Pare Npm is listed on the Official MCP Registry.
- How many versions does Pare Npm have?
- MCP Toplist tracks 2 versions of Pare Npm, most recently published on Feb 14, 2026.
- Where can I find the source code for Pare Npm?
- The source code for Pare Npm is hosted at github.com/Dave-London/Pare.