Fusion-360-MCP-Server vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
Fusion-360-MCP-Server by AuraFriday | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 94 | ★ 149 |
| 30d uses | — | — |
| Score | 47 | 85 |
| Official | — | — |
| Categories | Developer ToolsAI / LLM ToolsProductivity | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 4 mo ago | 2 mo ago |
Fusion-360-MCP-Server · Summary
A fully functional MCP server that enables AI agents to control Autodesk Fusion 360 through Python execution, generic API calls, and cross-tool integration.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
Fusion-360-MCP-Server · Use cases
- AI creating parametric designs and mechanical parts in Fusion 360
- Automating complex CAD workflows combining Fusion databases, browser automation, and AI models
- Accessing and utilizing custom Fusion add-ins through AI agents
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
Fusion-360-MCP-Server · Install
Installation
Prerequisites
- **Download MCP-Link Server**
Get the latest release: https://github.com/AuraFriday/mcp-link-server/releases/tag/latest
- **Install the Fusion Add-In**
Official link: https://apps.autodesk.com/FUSION/en/Detail/Index?id=7269770001970905100
Manual Installation (Optional)
- Clone the repository:
``bash git clone https://github.com/AuraFriday/Fusion-360-MCP-Server.git ``
- Load as Fusion Add-In:
- Open Fusion - Press Shift+S to open Scripts and Add-Ins - Click the **Add-Ins** tab - Click the green **+** button next to "My Add-Ins" - Navigate to the cloned repository folder - Select the folder and click **OK** - Click **Run** to start the add-in
The add-in auto-connects to the MCP server on startup. Check the **TEXT COMMANDS** window in Fusion to see connection logs.
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server