npm run mcp server for Cline
io.github.fstubner/npm-run-mcp-server
An MCP server that exposes package.json scripts as tools for agents.
client:Cline
transport:stdio
runtime:npm
Install npm run mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"npm-run-mcp-server": {
"command": "npx",
"args": [
"-y",
"npm-run-mcp-server"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs