fusion-mcp
Verified Safeby 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
pnpm run devEnvironment 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
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.