Back to MCP Servers

PRIMS

A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment.

code-executionpython

Installation

npx -y PRIMS

Configuration

{
  "mcpServers": {
    "PRIMS": {
      "command": "npx",
      "args": ["-y", "PRIMS"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub