Node.js REPL Executor
STDIOA streamlined direct Node.js execution environment for seamless code execution.
A streamlined direct Node.js execution environment for seamless code execution.
A streamlined direct Node.js execution environment that enables seamless code execution with full support for:
For Cursor, update your .cursor/mcp.json
configuration:
{ "mcpServers": { "mcp-repl": { "command": "npx", "args": [ "-y", "mcp-repl", "path/to/your/project" ], "env": {}, "disabled": false, "autoApprove": ["executenode", "executedeno"] } } }