mcp-server-3Dpicture MCP Server
Description
# mcp-server-3Dpicture MCP Server generate a 3D picture for a given image with people This is a TypeScript-based MCP server help you change picture form 2D to 3D.  # Features ## Tools - generate_3Dpicture - url: The picture url send to tool…
About
# mcp-server-3Dpicture MCP Server generate a 3D picture for a given image with people This is a TypeScript-based MCP server help you change picture form 2D to 3D.  # Features ## Tools - generate_3Dpicture - url: The picture url send to tool, Required - text: Text under the photo frame…
Details
- Author
- nifengxiaofei
- Downloads
- 364
- Categories
- Media
Jump to
- Tool: generate_3Dpicture for 2D‑to‑3D conversion
- Supports optional text caption under the photo
- Requires OpenAI API key and base URL
- Written in TypeScript for reliable execution
- Configurable with a 180‑second tool call timeout
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-server-3Dpicture MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with npm install, build with npm run build, then configure the server in your MCP client (e.g., Cursor) by adding an entry to ~/.cursor/mcp.json with the node command, the build path, and the required OPENAI_API_KEY and OPENAI_BASE_URL environment variables. The server exposes a tool called generate_3Dpicture that accepts a required url (the image URL) and an optional text (caption).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server-3dpicture mcp server": {
"mcp-server-3Dpicture": {
"command": "node",
"args": [
" mcp-server-3Dpicture/build/index.js"
],
"env": {
"OPENAI_API_KEY": "xxx",
"OPENAI_BASE_URL": "xxx"
},
"toolCallTimeoutMillis": 180000
}
}
}
}
McpServers
{
"mcp-server-3Dpicture": {
"command": "node",
"args": [
" mcp-server-3Dpicture/build/index.js"
],
"env": {
"OPENAI_API_KEY": "xxx",
"OPENAI_BASE_URL": "xxx"
},
"toolCallTimeoutMillis": 180000
}
}
mcp-server-3Dpicture MCP Server
generate a 3D picture for a given image with people
This is a TypeScript-based MCP server help you change picture form 2D to 3D.

Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
