npm Run MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 94 installs a week from npm. Last commit 8 Apr 2026.
An MCP server that exposes package.json scripts as tools for agents.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(command, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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-run-mcp-server -- npx -y npm-run-mcp-server
{
"mcpServers": {
"npm-run-mcp-server": {
"args": [
"-y",
"npm-run-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.npm-run-mcp-server]
command = "npx"
args = ["-y", "npm-run-mcp-server"]
{
"mcpServers": {
"npm-run-mcp-server": {
"args": [
"-y",
"npm-run-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"npm-run-mcp-server": {
"args": [
"-y",
"npm-run-mcp-server"
],
"command": "npx"
}
}
}
MCP server that exposes Google Gemini as tools for Claude Code
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server that exposes ASCII and Unicode art tools
MCP server exposing 104+ modern CLI tools for AI agents with JSON output.
MCP server for dbatools — exposes SQL Server management commands as MCP tools
MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants.
MCP server that exposes GraphQL operations as tools for AI models.
Answers built from our own checks of this server.