x3d_mcp

Web3DConsortium/x3d_mcp
★ 0 stars Python Other Updated 5d ago
MCP server for generating, validating, and converting valid X3D content using assets and tools supporting the official International Standards.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "x3d_mcp": {
      "command": "uvx",
      "args": [
        "x3d-mcp"
      ]
    }
  }
}

Or install with pip: pip install x3d-mcp