Npm runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 20 Mar 2026.
MCP server for npm package management — publish, version, search, audit, and more
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.
claude mcp add npm -- npx -y @mikusnuz/npm-mcp
{
"mcpServers": {
"npm": {
"args": [
"-y",
"@mikusnuz/npm-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.npm]
command = "npx"
args = ["-y", "@mikusnuz/npm-mcp"]
{
"mcpServers": {
"npm": {
"args": [
"-y",
"@mikusnuz/npm-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"npm": {
"args": [
"-y",
"@mikusnuz/npm-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.