Back to directory
pasie15/meshy-ai-mcp-server

pasie15/meshy-ai-mcp-server

@pasie15

This is a Model Context Protocol (MCP) server for interacting with the Meshy AI API. It provides tools for generating 3D models from text and images, applying textures, and remeshing models.

3dmeshyaigenerativetext-to-3dimage-to-3dmodel-generationtexturetool

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17