
Simple JavaScript REPL
repl for mcp
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install AnEntrypoint/mcp-repl -c claude
This command will automatically install and configure the Simple JavaScript REPL MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Simple JavaScript REPL": {
"command": "node",
"args": [
"path/to/direct-node-executor.js",
"path/to/your/project"
],
"env": {},
"disabled": false,
"autoApprove": [
"execute"
]
}
}
}
🚀 Direct Node.js REPL Executor
🧙♂️ Simplified JavaScript Execution Environment
A streamlined direct Node.js execution environment that enables seamless code execution with full support for:
- ESM Modules - Native import/export syntax
- Dynamic Imports - Full support for await import()
- CommonJS compatibility - Works with require() through createRequire
- Native Node.js API access - Direct access to all Node.js features
🧩 Configuration
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"]
}
}
}
Details:
Stars
7Forks
2Last commit
2 months agoRepository age
3 months
Auto-fetched from GitHub .
MCP servers similar to Simple JavaScript REPL:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit