Julia VSCode MCP (unofficial)Companion extension for Julia for VS Code that exposes Julia REPL tools to AI coding agents via MCP (Model Context Protocol). This lets the Claude Code extension, Codex extension, non-VSCode CLI agents, any and other MCP-compatible tools use the integrated Julia REPL in VS Code. This extension is likely to be superceded by something more official in the Julia extension and/or VSCode and/or Claude/Codex in the future, but its not clear when or how, so for now enjoy this. Important notesAs of Apr 12, 2026, you need to be on the pre-release version of Julia for VS Code, which includes the necessary tool endpoints. If you're using Copilot Chat, you don't need this extension at all, that already works on that pre-release version. This is only for other agents/harnesses. Currently, Julia for VS Code does not report stdout/stderr from the REPL back to the agent, so the agent will only see the return value. SetupInstall the extension, then run once in a terminal: Claude Code:
Codex:
These commands can also be shown in VSCode by running "Julia MCP: Show Setup Command" UsageThe agent should automatically use the REPL when appropriate, nothing else is needed. If it's not doing so, run The working directory of the agent needs to be the same as the VSCode workspace directory for the agent to find the right window to send commands to. This happens automatically for Claude/Codex VSCode extensions in that window; if you're running from How it worksThe extension reads tool definitions from the official Julia extension's |