npm run mcp server for Windsurf
io.github.fstubner/npm-run-mcp-server
An MCP server that exposes package.json scripts as tools for agents.
client:Windsurf
transport:stdio
runtime:npm
Install npm run mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"npm-run-mcp-server": {
"command": "npx",
"args": [
"-y",
"npm-run-mcp-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs