NIRA REPL MCP
Rank #27,226io.github.pachote/nira-repl
Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands
NIRA REPL MCP is a Model Context Protocol (MCP) server published by pachote. It ranks #27,226 of 115,591 servers tracked on MCP Toplist. NIRA REPL MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 28, 2026 and most recently updated on May 28, 2026.
Ranks ahead of 88,365 of 115,591 servers on MCP Toplist.
Use NIRA REPL MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nira-repl -- uvx nira-repl[mcp_servers.nira-repl]
command = "uvx"
args = ["nira-repl"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nira-repl": {
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nira-repl": {
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nira-repl": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nira-repl": {
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nira-repl": {
"command": "uvx",
"args": [
"nira-repl"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pachote%2Fnira-repl)<a href="https://mcptoplist.com/server/io.github.pachote%2Fnira-repl"><img src="https://mcptoplist.com/badge/io.github.pachote%2Fnira-repl.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
pachote
Other servers by pachote
- NIRA Video Production MCP#19,897 · 1 ver
- NIRA File Intel MCP#27,225 · 1 ver
- NIRA Screen Vision MCP#27,227 · 1 ver
- NIRA Temporal MCP#27,228 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 28, 2026 |
Frequently asked questions
- Who maintains NIRA REPL MCP?
- NIRA REPL MCP is maintained by pachote, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is NIRA REPL MCP listed on the Official MCP Registry?
- Yes — NIRA REPL MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does NIRA REPL MCP have?
- MCP Toplist tracks 1 version of NIRA REPL MCP, most recently published on May 28, 2026.
- Where can I find the source code for NIRA REPL MCP?
- The source code for NIRA REPL MCP is hosted at github.com/pachote/nira-repl.