Meshy MCP Server

Meshy MCP Server

Enables AI agents to create, manage, and download 3D models, textures, images, rigged characters, and animations through natural conversation.

Category
Visit Server

README

Meshy MCP Server

Model Context Protocol (MCP) server for the Meshy AI 3D generation platform. Enables AI agents to create, manage, and download 3D models, textures, images, rigged characters, and animations through natural conversation.

Features

20 tools covering the full Meshy API:

Category Tools
3D Generation meshy_text_to_3d, meshy_text_to_3d_refine, meshy_image_to_3d, meshy_multi_image_to_3d
Post-Processing meshy_remesh, meshy_retexture, meshy_rig, meshy_animate
Image Generation meshy_text_to_image, meshy_image_to_image
Task Management meshy_get_task_status, meshy_list_tasks, meshy_cancel_task, meshy_download_model
Workspace meshy_list_models
3D Printing meshy_send_to_slicer, meshy_analyze_printability, meshy_repair_printability, meshy_process_multicolor
Account meshy_check_balance

Key Capabilities

  • Text to 3D: Generate 3D models from text descriptions (preview + refine pipeline)
  • Image to 3D: Convert single or multiple images into 3D models
  • Auto-Rigging & Animation: Add skeletons and animations to humanoid characters
  • 3D Printability Suite (v0.3.0):
    • analyze_printability — free FDM check (watertight, volume, holes, non-manifold edges, degenerate faces)
    • repair_printability — 10-credit topology repair (output format mirrors input)
    • process_multicolor — 10-credit multi-color 3MF for AMS/MMU printers
  • Slicer Integration: Auto-detect 7 installed slicers (OrcaSlicer, Bambu, Creality, Elegoo, Anycubic, PrusaSlicer, Cura) and return launch commands the agent can execute
  • Smart File Organization: Auto-saves to meshy_output/ with project folders, metadata, and history tracking
  • Built-in Workflow Intelligence: Server instructions guide the agent through correct tool chains for each use case

Prerequisites

  • Node.js >= 18
  • A Meshy API key (get one here — requires Pro plan or above)

Installation

Pick whichever fits your workflow — they all produce the same config.

Option 1 · One-Command Install · Recommended

add-mcp auto-detects every AI client on your machine (Cursor, Claude Code, Claude Desktop, Windsurf, Codex, VS Code, Cline, …) and writes the right config to each:

npx add-mcp @meshy-ai/meshy-mcp-server --env MESHY_API_KEY=msy_YOUR_API_KEY

After it finishes, jump to Activate for your client.

Option 2 · Install by Asking Your AI Agent

Already chatting with Cursor / Claude Code / Codex? Paste this prompt:

Install the Meshy MCP server for me. Docs: https://github.com/meshy-dev/meshy-mcp-server
Use this env var: MESHY_API_KEY=msy_YOUR_API_KEY

The agent will run add-mcp (or write mcp.json directly) and tell you when it's ready. You'll still need the Activate step for your client.

Option 3 · Manual Install

<details> <summary><b>Cursor</b></summary>

Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "meshy": {
      "command": "npx",
      "args": ["-y", "@meshy-ai/meshy-mcp-server"],
      "env": { "MESHY_API_KEY": "msy_YOUR_API_KEY" }
    }
  }
}

Windows: replace "command": "npx" with "command": "cmd" and "args": ["/c", "npx", "-y", "@meshy-ai/meshy-mcp-server"].

</details>

<details> <summary><b>Claude Code</b></summary>

claude mcp add-json meshy '{"command":"npx","args":["-y","@meshy-ai/meshy-mcp-server"],"env":{"MESHY_API_KEY":"msy_YOUR_API_KEY"}}'

</details>

<details> <summary><b>Other clients</b> (Windsurf, Claude Desktop, Codex, VS Code, Cline…)</summary>

Use Option 1add-mcp writes the correct config for each.

</details>

Activate After Install

Most clients auto-load the new server, but Cursor and VS Code require a manual toggle:

Client What to do Verify
Cursor Restart → SettingsMCP & Integrations → toggle meshy on → wait for green dot ● → open a new chat List the meshy tools available
Claude Code Nothing — auto-loads on next message /mcp shows meshy ✓ connected
Claude Desktop Quit & relaunch the app List the meshy tools available
Windsurf Refresh in the Cascade panel's MCP section List the meshy tools available
VS Code Run command MCP: List Servers → click meshyStart List the meshy tools available
Codex Nothing — auto-loads on next session List the meshy tools available

Troubleshooting

  • MESHY_API_KEY environment variable is required — the key didn't reach the server. Make sure it sits inside an "env": {...} block in your mcp.json, not in args.
  • spawn npx ENOENT (Windows) — wrap with cmd /c (see Cursor block above).
  • error: unknown option '-y' (Claude Code on Windows) — use claude mcp add-json instead of claude mcp add … -- npx -y ….
  • Cursor doesn't list meshy — make sure mcp.json is valid JSON (no trailing commas), then fully restart Cursor.
  • Tool calls return 401 — the API key is invalid or revoked. Regenerate at https://www.meshy.ai/settings/api.

Configuration

Environment Variable Description Default
MESHY_API_KEY Required. Your Meshy API key (starts with msy_)
MESHY_API_HOST API base URL https://api.meshy.ai
TRANSPORT Transport mode: stdio or http stdio
PORT Port for HTTP transport 3000
CHARACTER_LIMIT Max response size in characters 25000

Development

# Clone and install
git clone https://github.com/meshy-dev/meshy-mcp-server.git
cd meshy-mcp-server
npm install

# Development with hot reload
npm run dev

# Build
npm run build

# Type check
npm run lint

# Run
npm start

HTTP Transport

For remote access, run in HTTP mode:

TRANSPORT=http PORT=3000 npm start

Endpoints:

  • POST /mcp — MCP protocol endpoint
  • GET /health — Health check

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured