Content
# 🚀 MCP 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 Claude Code:
claude mcp add repl -- "npx" "-y" "mcp-repl"
For Cursor, update your `.cursor/mcp.json` configuration:
```json
{
"mcpServers": {
"mcp-repl": {
"command": "npx",
"args": [
"-y", "mcp-repl"
],
"env": {},
"disabled": false,
"autoApprove": ["executenode", "executedeno"]
}
}
}
```
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors