Ipybox MCP Server

An MCP server for sandboxed Python code execution with IPython and Docker, and file transfer.

Local serverstdioPython

What is the Ipybox MCP server?

Ipybox MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. An MCP server for sandboxed Python code execution with IPython and Docker, and file transfer.

What you get

ipybox is a unified execution environment for Python code, shell commands, and programmatic MCP tool calls.

ipybox executes code blocks in a stateful IPython kernel. A code block can contain any combination of Python code, shell commands, and programmatic MCP tool calls. Kernels can be sandboxed with sandbox-runtime, enforcing filesystem and network restrictions at OS level.

What the assistant can call

Once Ipybox is connected, these are the calls the assistant has available:

  • Component — Description

Setting it up

ipybox on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ipybox's toolset — Component — is a fair guide to whether it matches your workflow. It is maintained by gradion-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ipybox mcp server does with a few real requests.

Available tools

ToolWhat it does
ComponentDescription

How to install the Ipybox MCP server

{
  "mcpServers": {
    "ipybox": {
      "command": "uvx",
      "args": ["ipybox"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Ipybox to Component.

Frequently asked questions

It connects Ipybox to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Component) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ipybox directly.