Back to Home
benhalverson icon

fusion-mcp

Verified Safe

by benhalverson

Overview

An MCP server for Autodesk Fusion 360, enabling data management, export, design automation, and webhooks interactions via a standardized protocol, deployed on Cloudflare Workers.

Installation

Run Command
pnpm run dev

Environment Variables

  • FORGE_CLIENT_ID
  • FORGE_CLIENT_SECRET
  • FORGE_API_BASE
  • FORGE_CALLBACK_URL

Security Notes

Secrets (Autodesk Forge Client ID/Secret) are correctly handled via Cloudflare Workers secrets, as indicated in `wrangler.toml` and setup instructions, preventing hardcoding. The server code does not use dangerous dynamic execution patterns like 'eval'. The `/webhook` endpoint explicitly notes that signature verification and event processing are left to the implementer; while the server itself doesn't perform immediate malicious actions with unverified webhooks, relying on unverified webhooks in a broader system can introduce security risks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2026-01-13

Tags

MCPAutodesk Fusion 360Cloudflare WorkersAPI GatewayDesign Automation