AnEntrypoint/mcp-repl
Built by Metorial, the integration platform for agentic AI.
AnEntrypoint/mcp-repl
Server Summary
Execute JavaScript code
Support ESM modules
Perform dynamic imports
Utilize Node.js native APIs
Handle errors and memory management
A streamlined direct Node.js execution environment that enables seamless code execution with full support for:
For Claude Code: claude mcp add repl -- "npx" "-y" "mcp-repl" "path/to/your/project"
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"]
}
}
}