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
{
"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