imas-ink

Simon-McIntosh/imas-ink
★ 0 stars Python 📊 Data/Analytics Updated 1d ago
IMAS-backed plotting and visualisation library for tokamak equilibrium data (2D + 3D) with an MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "imas-ink": {
      "command": "uvx",
      "args": [
        "imas-ink"
      ]
    }
  }
}

Or install with pip: pip install imas-ink