Skip to main content
Glama
package.json4.06 kB
{ "name": "maya-mcp-server", "version": "1.1.2", "description": "MCP server for Autodesk Maya integration with AI assistants - 29 tools for 3D modeling, animation, rendering, debugging, outliner browsing, plugin management, and Maya API access", "main": "src/server.py", "bin": { "maya-mcp-server": "./bin/maya-mcp-server", "maya-mcp": "./bin/maya-mcp-server" }, "scripts": { "start": "python src/server.py", "dev": "python src/server.py --debug", "install-plugin": "python scripts/install_plugin.py", "clean": "python -c \"import shutil; shutil.rmtree('src/__pycache__', ignore_errors=True)\"", "postinstall": "echo 'Maya MCP Server installed successfully! Run: npx maya-mcp-server --help for usage information'" }, "keywords": [ "maya", "mcp", "model-context-protocol", "3d", "autodesk", "ai", "assistant", "smithery", "automation", "modeling", "animation", "rendering" ], "author": "Maya MCP Server Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Jeffreytsai1004/maya-mcp.git" }, "bugs": { "url": "https://github.com/Jeffreytsai1004/maya-mcp/issues" }, "homepage": "https://github.com/Jeffreytsai1004/maya-mcp#readme", "engines": { "python": ">=3.8", "node": ">=16.0.0" }, "preferGlobal": false, "publishConfig": { "access": "public" }, "files": [ "src/", "plug-ins/", "bin/", "config.yaml", "requirements.txt", "README.md", "LICENSE" ], "mcp": { "server": { "command": "python", "args": [ "src/server.py" ], "env": {}, "description": "Maya MCP Server - Connect AI assistants to Autodesk Maya for 3D operations", "capabilities": [ "tools" ], "tools": [ { "name": "maya_create", "description": "Create Maya objects (cubes, spheres, etc.)" }, { "name": "maya_select", "description": "Select objects by name" }, { "name": "maya_execute", "description": "Execute Python commands in Maya" }, { "name": "maya_get_selection", "description": "Get currently selected objects" }, { "name": "maya_get_scene_info", "description": "Get detailed scene information" }, { "name": "maya_transform", "description": "Transform objects (move, rotate, scale)" }, { "name": "maya_delete", "description": "Delete objects from scene" }, { "name": "maya_get_object_info", "description": "Get detailed object information" }, { "name": "maya_list_objects", "description": "List objects in scene by type" } ] } }, "smithery": { "category": "3d-modeling", "tags": [ "maya", "3d", "modeling", "animation", "rendering", "autodesk" ], "compatibility": { "maya": [ "2023", "2024", "2025" ], "python": ">=3.8" }, "installation": { "primary": "npx", "alternative": "uvx", "commands": { "npx": "npx maya-mcp-server", "uvx": "uvx maya-mcp-server" } }, "requirements": { "maya": "Autodesk Maya 2023+ must be installed and running", "python": "Python 3.8+ with required dependencies", "network": "Maya command port (default 7022) must be accessible" }, "setup": { "steps": [ "Install and start Autodesk Maya", "Load the maya_mcp plugin in Maya", "Run the MCP server using npx or uvx", "Connect your AI assistant to the server" ] } }, "uvx": { "entry-point": "bin/maya-mcp-server.py", "python-version": ">=3.8", "dependencies": [ "aiohttp>=3.8.0", "websockets>=11.0.0", "pyyaml>=6.0", "pydantic>=2.0.0" ] } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jeffreytsai1004/maya-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server