MCP server that bridges MCP Client to a running NVIDIA Isaac Sim instance
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"isaacsim-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# isaacsim-mcp MCP server that lets MCP Client execute Python code inside a running [NVIDIA Isaac Sim](https://developer.nvidia.com/isaac-sim) instance and read its console output. It uses the `Isaac Sim VS Code Edition` extension's code executor API to send code to Isaac Sim and read the log file directly for console output. This allows you to run arbitrary Python code in Isaac Sim and get its results back in your MCP Client. ## Prerequisites - NVIDIA Isaac Sim with the **Isaac Sim VS Code Edition** extension enabled (`isaacsim.code_editor.vscode`) - The extension's code executor must be running and reachable on `127.0.0.1:8226` (default) ## Installation ```bash pip install isaacsim-mcp ``` Or for an editable local install: ```bash git clone https://github.com/mochan-b/isaacsim-mcp cd isaacsim-mcp pip install -e . ``` In Isaac Sim, enable the `isaacsim.code_editor.vscode` extension.  #### Add to your MCP client. For example, assuming your virtual environment is located at `.venv`, in Codex: ```bash codex mcp add isaacsim-mcp -- .venv/bin/isaac-mcp-server ``` and Claude ```bash claude mcp add isaacsim-mcp -- .venv/bin/isaac-m ``` ## Tools exposed to MCP Client | Tool | Description | |------|-------------| | `check_isaac_connection` | Test whether Isaac Sim's executor is reachable | | `execute_isaac_code` | Run Python code inside Isaac Sim and return its output | | `get_isaac_console_errors_warnings` | Read warnings and errors from the Isaac Sim log | ### Timeouts `execute_isaac_code` has a `timeout` parameter (default 10 s). For long-running operations such as loading a USD stage or running a simulation loop, pass a larger value: ``` execute_isaac_code(code="...", timeout=60) ``` The MCP server is launched by the MCP client. ## Standalone CLI Both helper modules can be used directly without Claude: ```bash # Send code to Isaac Sim python -m isaac_send --code "import omni; print(omni.__version__)" python -m is…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.