{"id":"justusbraitinger-autodesk-fusion-360-mcp-server","name":"Autodesk-Fusion-360-MCP-Server","homepage":null,"repo_url":"https://github.com/JustusBraitinger/Autodesk-Fusion-360-MCP-Server","category":"ai-ml","subcategories":[],"tags":["cad","autodesk","fusion-360","mcp","ai-tools","local-server","python","automation"],"what_it_does":"Provides an MCP server that bridges an AI assistant (e.g., Claude Desktop, VS Code Copilot Chat) to Autodesk Fusion 360 via an add-in, enabling tool-based generation and modification of CAD models (sketch creation, modeling operations, parameter changes, and STEP/STL export).","use_cases":["Conversational CAD commands to create or modify Fusion 360 models","Educational/prototyping workflows for learning CAD automation","Automating repetitive modeling steps through predefined MCP tools","Parametric exploration by listing/changing model parameters","Exporting generated designs as STEP/STL"],"not_for":["Production-grade engineering CAD workflows","Security-sensitive or multi-tenant environments","Highly reliable batch/automation pipelines without manual supervision","Use cases requiring strict correctness/validation for critical parts"],"best_when":"You run the server locally for experimentation or learning, and you can operate within Fusion 360’s UI/threading constraints.","avoid_when":"You need network-exposed access without hardening, or you require robust error recovery/idempotent operations for automated production changes.","alternatives":["Direct use of Fusion 360 APIs/scripts (local automation without MCP layer)","Other MCP servers/tools that wrap different CAD systems with more explicit API contracts","Autodesk Fusion 360 add-ins or command scripts without an LLM mediation layer"],"af_score":57.8,"security_score":33.2,"reliability_score":22.5,"package_type":"mcp_server","discovery_source":["github"],"priority":"high","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-03-30T15:28:17.193350+00:00","interface":{"has_rest_api":true,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":"http://127.0.0.1:8000/sse","has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":[],"oauth":false,"scopes":false,"notes":"No authentication mechanism is described; intended usage appears local-only for connecting MCP clients to the server."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information provided; repository appears to be a local/proof-of-concept project."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":57.8,"security_score":33.2,"reliability_score":22.5,"mcp_server_quality":58.0,"documentation_accuracy":62.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":90.0,"rate_limit_clarity":25.0,"tls_enforcement":30.0,"auth_strength":20.0,"scope_granularity":0.0,"dependency_hygiene":55.0,"secret_handling":70.0,"security_notes":"README notes local execution but indicates HTTP is used and is insecure on networks; no auth described; suggests 'validate tool inputs to avoid prompt injection' but does not provide concrete implementation details. Security posture depends heavily on the actual server/add-in code and input validation.","uptime_documented":0.0,"version_stability":30.0,"breaking_changes_history":25.0,"error_recovery":35.0,"idempotency_support":"false","idempotency_notes":"No idempotency guidance; tools include destructive actions (e.g., Delete all) and model-mutating operations that likely depend on current Fusion state.","pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["Fusion 360 API not thread-safe; operations must run on the main UI thread via the add-in task queue/event mechanism—agents may see timeouts if the queue is slow.","Tool results and parameters depend on Fusion session state (e.g., 'last active sketch', 'previously created profile/spline', face indices).","Destructive tools (e.g., 'Delete all') can irreversibly change the current session unless users manage undo/rollback.","No explicit rate-limit behavior documented for the MCP/HTTP layer."]}}