Isaac Sim MCP exposes NVIDIA Isaac Sim's robotics simulation environment to AI agents. It provides tools for creating, controlling, and querying simulations. The server connects to Isaac Sim's Python API, allowing agents to manipulate robots, sensors, and environments. Developers use it to automate simulation tasks, test robotics algorithms, and integrate AI with physical simulations.
Isaac Sim MCP exposes NVIDIA Isaac Sim's robotics simulation environment to AI agents. It provides tools for creating, controlling, and querying simulations. The server connects to Isaac Sim's Python API, allowing agents to manipulate robots, sensors, and environments. Developers use it to automate simulation tasks, test robotics algorithms, and integrate AI with physical simulations.
pip install isaac-sim-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"omni-mcp-isaac-sim-mcp-github": {
"command": "uvx",
"args": [
"pip install isaac-sim-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from isaac sim mcp?"
API Key Required
This server requires an API key from isaac sim mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ISAAC_SIM_MCP_API_KEY | Yes | Your isaac sim mcp API key |
"What resources are available in isaac sim mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in isaac sim mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in isaac sim mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.