tesseract-26-eyeshot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tesseract-26-eyeshot-mcpLoad the sample.step model"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI-Powered CAD System (MCP + Eyeshot)
This repository contains the hackathon prototype for an AI-driven CAD application utilizing the Model Context Protocol (MCP) and devDept Eyeshot SDK.
Architecture layers:
frontend: React + Three.js interface combining a Chat Assistant with a 3D Canvas.
backend-mcp: Python FastAPI server handling the MCP routing logic and tool execution.
llm-service: Python FastAPI server responsible for talking to the LLM (Gemini/GPT) to map natural language to CAD operations.
cad-engine: C# ASP.NET Core server utilizing the devDept Eyeshot SDK to perform CAD operations headlessly.
shared: A set of common schemas mapping commands across the layer divides.
Related MCP server: Fusion360 LLM Assistant
Setup
Copy
.env.exampleto.env.Assign your secret keys:
GEMINI_API_KEY: Your Gemini API key from Google AI Studio.EYESHOT_LICENSE_KEY: Your Eyeshot production license key.
IMPORTANT: NEVER commit your
.envfile to the repository. It is already included in.gitignoreto prevent accidental credential leaks.
Requirements
Node.js (for the frontend)
Python 3.10+ (for MCP and LLM services)
.NET 8 SDK (for the CAD engine)
Command Flow example
Prompt: "Load the sample.step model"
MCP router sends to LLM service.
LLM Service returns:
{"action": "load_model", "file_path": "sample.step"}MCP router dispatches HTTP POST to CAD Engine with payload.
CAD Engine executes the command and yields the modified state.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables controlling CAD software (AutoCAD, GstarCAD, ZWCAD) through natural language instructions, allowing users to create and modify drawings without manually operating the CAD interface.Last updated447MIT
- Alicense-qualityDmaintenanceEnables natural language 3D modeling in Fusion 360 through an MCP server that translates user commands into Fusion 360 API calls. Supports creating, editing, and managing 3D objects, executing Python code, and capturing model views through conversational interactions.Last updated1MIT
- Alicense-qualityFmaintenanceEnables AI-powered parametric CAD design in Autodesk Fusion 360 through natural language commands. Supports multiple AI backends (Ollama, OpenAI, Gemini, Claude) with intelligent routing and safety validation for geometric operations.Last updated12MIT
- -license-quality-maintenanceEnables AI-powered CAD automation in Autodesk Fusion 360 through natural language prompts. Features a modern web chat interface with multiple LLM backends for creating 3D models, sketches, and parametric designs.Last updated
Related MCP Connectors
Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
DXF drawings for AI agents: structured facts, PNG renders, and an interactive in-chat viewer.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/A-001-byte/Tesseract-26-Eyeshot-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server