Isaacsim MCP Server

Connect any MCP-compatible IDE (Cursor, VS Code, Claude Code, Windsurf, JetBrains) to a running Isaac Sim instance and control it with plain-English prompts -- create robots, build scenes, run simulations, and debug physics all from your editor. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 56 · #164 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Isaacsim MCP Server

before you install - you'll need

Set ISAAC_MCP_PORT, BEAVER3D_MODEL, ARK_API_KEY, NVIDIA_API_KEY, PYTHON_SPEC, ISAACSIM_ROOT before connecting.

Claude Code

claude mcp add whats2000-isaacsim-mcp-server -- uvx isaacsim-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "whats2000-isaacsim-mcp-server": {
      "command": "uvx",
      "args": [
        "isaacsim-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

license MIT - declared in the repository

pypi package isaacsim-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.whats2000 is GitHub-verified and matches the repo owner

03 · What Isaacsim MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.2 · 2026-04-06

v0.5.1 · 2026-04-06

v0.4.1 · 2026-04-02

04 · Who maintains Isaacsim MCP Server

isaacsim-mcp-server is maintained by whats2000. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #164 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.whats2000/isaacsim-mcp-server (active, first published 2026-04-02)
packages
pypi:isaacsim-mcp-server

06 · Isaacsim MCP Server FAQ

What is Isaacsim MCP Server?

Connect any MCP-compatible IDE (Cursor, VS Code, Claude Code, Windsurf, JetBrains) to a running Isaac Sim instance and control it with plain-English prompts -- create robots, build scenes, run simulations, and debug physics all from your editor. It runs locally over stdio via the published package.

Is Isaacsim MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Isaacsim MCP Server?

Run `uvx isaacsim-mcp-server`. The README documents 6 environment variables (ISAAC_MCP_PORT, BEAVER3D_MODEL, ARK_API_KEY…) to set first. Set ISAAC_MCP_PORT, BEAVER3D_MODEL, ARK_API_KEY, NVIDIA_API_KEY, PYTHON_SPEC, ISAACSIM_ROOT before connecting. You can also paste the ready-made client config above.

Does Isaacsim MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Isaacsim MCP Server

More MCP servers to compare · When · Aesthetic Computer · Windsor.ai MCP · Server Ros 2 · Wix MCP Server

More Python MCP servers · Koreanpulse · SearXNG HTTP MCP · Ariadne (whyy9527) · Visual Torch · Auto TS · see all