Skip to content
Claude Desktop

PicToSTL for Claude Desktop

io.github.qduoduo-hwh/pictostl-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install PicToSTL in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

PicToSTL in other clients