Developer Tools
Trust: 39/100 (Limited)io.github.fstubner/npm-run-mcp-server Guide
An MCP server that exposes package.json scripts as tools for agents.
3 starsby fstubner
Quick Start
Install
npx npm-run-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-fstubner-npm-run-mcp-server": {
"command": "npx",
"args": [
"npm-run-mcp-server"
]
}
}
}