An MCP server that exposes package.json scripts as tools for agents.

GitHubRepository

Tags

registry.modelcontextprotocol.io

Configuration

{
  "mcpServers": {
    "npm-run-mcp-server": {
      "args": [
        "-y",
        "npm-run-mcp-server"
      ],
      "command": "npx",
      "transport": "stdio"
    }
  }
}