julia-mcp

aplavin/julia-mcp
★ 79 stars Python Code/Dev Tools Updated today
MCP server for persistent Julia sessions — fast iteration without startup/compilation overhead
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "julia-mcp": {
      "command": "uvx",
      "args": [
        "julia-mcp"
      ]
    }
  }
}

Or install with pip: pip install julia-mcp

README Excerpt

MCP server that gives AI assistants access to efficient Julia code execution. Avoids Julia's startup and compilation costs by keeping sessions alive across calls, and persists state (variables, functions, loaded packages) between them — so each iteration is fast. - Sessions start on demand, persist state between calls, and recover from crashes — no manual management

Tools (2)

PATHenv_path

Topics

aijuliallmmcpmcp-serverrepl