Connect an AI agent (MCP)
The 2dto3D MCP server connects your AI agent to your 2dto3D account. Your agent can then make 3D models from photos, check their progress, and give you the viewer, AR and file links.
Quick setup
Paste this line into your agent:
Set up 2dto3D: https://2dto3d.app/llms.txt
The agent adds the 2dto3D server, installs the 2dto3D skill, and opens a sign-in page. Sign in and click Allow access.
What your agent can do
- Make a 3D model from 1 to 4 photos of one object.
- Show the progress of a model. A model takes about 5 minutes.
- Give you the viewer link, the AR link, the embed code and the file URLs.
- List your models.
- Export a model to GLB, GLTF, FBX, OBJ, USDZ, STL or 3MF.
- Put a model into a Blender scene, when the Blender MCP server is also connected.
What it costs
Connect, upload, check progress, list models, get links and export GLB are free.
Each new model costs 10 credits (about $2). A new export format costs 2 credits. Your agent cannot buy credits. When your balance is too low, the agent gives you a link. You buy the credits on that page.
Manual setup
The server URL is https://mcp.2dto3d.app/mcp. It uses Streamable HTTP and OAuth.
| Client | How to add it |
|---|---|
| Claude Code | claude mcp add --transport http 2dto3d https://mcp.2dto3d.app/mcp, then run /mcp |
| Codex | codex mcp add 2dto3d --url https://mcp.2dto3d.app/mcp, then codex mcp login 2dto3d |
| Gemini CLI | gemini mcp add --transport http 2dto3d https://mcp.2dto3d.app/mcp, then /mcp auth 2dto3d |
| Cursor | Add "2dto3d": { "url": "https://mcp.2dto3d.app/mcp" } to mcpServers in ~/.cursor/mcp.json |
| VS Code | code --add-mcp '{"name":"2dto3d","type":"http","url":"https://mcp.2dto3d.app/mcp"}' |
| OpenClaw | openclaw mcp set 2dto3d '{"url":"https://mcp.2dto3d.app/mcp","transport":"streamable-http","auth":"oauth"}', then openclaw mcp login 2dto3d |
| ChatGPT, Claude, Perplexity, Le Chat | Add a custom connector with the server URL in the app settings. Perplexity needs a Pro, Max or Enterprise plan. |
| Gemini app | Only Gemini Enterprise supports custom servers, and an admin adds them. On a personal account, use Gemini CLI. |
To connect without OAuth, create an API key on the API keys page.
Send it as Authorization: Bearer sk-....
The agent skill is at https://2dto3d.app/skills/2dto3d/SKILL.md. It tells your agent how to use the tools well.
Use it with Blender
Connect the 2dto3D server and the Blender MCP server to the same agent. Then ask for what you want, for example: “Make a 3D model of this chair and put it in my living room scene.”
The agent makes the model with 2dto3D and imports the GLB file into Blender. The model is in metres, at the real size of the object.
Remove access
Open the API keys page. Each connection has a key with the name MCP: and the name of the app. Revoke the key to remove the access.