Loading MCP server directory, please wait...
Photo to technical drawing, CAD-ready DXF and DWG, 3D models and product renders.
npx @getmcp/cli add io.github.MeltFlexDevs/techdrawaiRequires Node.js 18+. Community-contributed server. Review source before installing.
TECHDRAWAI_API_KEYYour TechDraw AI API key (tda_sk_...). Requires an active Studio plan. Create one at https://techdrawai.com/app?view=settings, or run `npx -y techdrawai-mcp auth login` to sign in through the browser instead.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MeltFlexDevs/techdrawai": {
"command": "npx",
"args": [
"-y",
"techdrawai-mcp"
],
"env": {
"TECHDRAWAI_API_KEY": ""
}
}
}
}