mcpbeat Sign in
I

PicToSTL MCP Server

by qduoduo-hwh Your server? Claim it
local only

PicToSTL runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

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

Installs / week
npm · pictostl-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check PicToSTL every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pictostl-mcp -- npx -y pictostl-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pictostl-mcp": {
      "args": [
        "-y",
        "pictostl-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pictostl-mcp]
command = "npx"
args = ["-y", "pictostl-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pictostl-mcp": {
      "args": [
        "-y",
        "pictostl-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pictostl-mcp": {
      "args": [
        "-y",
        "pictostl-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PICTOSTL_API_KEY (PicToSTL API key. Create one at https://pictostl.com/api-keys), PICTOSTL_API_BASE (Optional override for the PicToSTL API base URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PicToSTL

same job, measured the same way
MCP Flux Pro
by acedatacloud

MCP server for Flux AI image generation

815 installs/wk answering
MCP Qwen Image
by acedatacloud

MCP server for Qwen Image 3 AI image generation

163 installs/wk answering
Recraft MCP Server
by muhammetali

Recraft AI Image Generation MCP Server for AI coding agents

42 installs/wk local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
MCP Seedream Pro
by acedatacloud

MCP server for ByteDance Seedream AI image generation

1 159 installs/wk answering
MCP Nano Banana
by codefi

MCP server for Google Nano Banana (Gemini) image generation

49 installs/wk local only
MCP Grok
by acedatacloud

MCP server for Grok Imagine AI video generation

362 installs/wk answering
OpenAI Image
by mindstone

OpenAI image generation MCP server for Model Context Protocol hosts

356 installs/wk local only

PicToSTL — questions

Answers built from our own checks of this server.

Why is there no uptime for PicToSTL?
PicToSTL runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pictostl-mcp.
How do I connect PicToSTL?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pictostl-mcp straight from npm; nothing to host, nothing to sign up for.
Is PicToSTL open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.