What is the NIRA REPL MCP MCP server?
Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands
How to install NIRA REPL MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nira-repl": {
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nira-repl": {
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nira-repl": {
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nira-repl": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Claude Code
claude mcp add nira-repl -- uvx nira-replRelated MCP servers
Smart file intelligence for Claude — search, deduplicate, organize, and analyze files
View repository →Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen
View repository →Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules
View repository →Video production MCP: 55 tools — edit, grade, TTS captions, beat-sync, master, AI generate.
View repository →