Skip to content
Zed

PicToSTL for Zed

io.github.qduoduo-hwh/pictostl-mcp

MCP server for pictostl.com image-to-3D generation

client:Zed transport:stdio runtime:npm

Install PicToSTL in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "pictostl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pictostl-mcp"
      ],
      "env": {
        "PICTOSTL_API_KEY": "<PICTOSTL_API_KEY>",
        "PICTOSTL_API_BASE": "<PICTOSTL_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PicToSTL in other clients