Odel
npm run mcp server

npm run mcp server

Local
@fstubner3TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnpm-run-mcp-serverv0.2.12

Run

npx -y npm-run-mcp-server

MCP client config

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