Omniverse_USD_MCPServer_byJPH2
by jph2
Overview
A Model Context Protocol (MCP) server for basic Universal Scene Description (USD) operations and NVIDIA Omniverse integration.
Installation
python -m usd_mcp_serverSecurity Notes
The server allows direct file path manipulation for creating, opening, saving, and analyzing USD stages. If exposed to untrusted clients with broad file system permissions, this could lead to directory traversal, arbitrary file creation/overwrites, or resource exhaustion attacks. The project's README explicitly states it's 'totally WIP' and 'needs ~20 hours of polish (tests, CI, error handling) to meet enterprise standards,' indicating security is not yet mature. No obvious 'eval' or hardcoded secrets were found.
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
Unreal_mcp
High-performance bridge and automation server for Unreal Engine, enabling programmatic control, data processing, and asset authoring through a WebSocket API and optional WebAssembly acceleration.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.