PluginBench
MCP Server
Active
MIT

TechDraw AI MCP Server

io.github.MeltFlexDevs/techdrawai

What is the TechDraw AI MCP server?

Photo to technical drawing, CAD-ready DXF and DWG, 3D models and product renders.

How to install TechDraw AI

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TECHDRAWAI_API_KEY
    required
    secret

    Your 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "techdrawai": {
      "command": "npx",
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "env": {
        "TECHDRAWAI_API_KEY": "<YOUR_TECHDRAWAI_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "techdrawai": {
      "command": "npx",
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "env": {
        "TECHDRAWAI_API_KEY": "<YOUR_TECHDRAWAI_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "techdrawai": {
      "command": "npx",
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "env": {
        "TECHDRAWAI_API_KEY": "<YOUR_TECHDRAWAI_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "techdrawai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "env": {
        "TECHDRAWAI_API_KEY": "<YOUR_TECHDRAWAI_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add techdrawai --env TECHDRAWAI_API_KEY=<YOUR_TECHDRAWAI_API_KEY> -- npx -y techdrawai-mcp

Related MCP servers

AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.

1
JavaScript
MIT
View repository →