Back to Home
pasie15 icon

meshy-ai-mcp-server

Verified Safe

by pasie15

Overview

This server acts as a Model Context Protocol (MCP) wrapper for the Meshy AI API, enabling MCP clients to interact with Meshy's generative 3D tools for tasks like text-to-3D, image-to-3D, texturing, rigging, and animation.

Installation

Run Command
npx -y meshy-ai-mcp-server

Environment Variables

  • MESHY_API_KEY

Security Notes

The server primarily acts as a proxy for the Meshy AI API, handling requests and responses. It correctly loads the API key from environment variables (MESHY_API_KEY) and uses Zod for input validation on tool arguments, mitigating common injection risks. Network requests are made using standard fetch, and streaming responses are handled as Server-Sent Events with JSON parsing. The use of `.passthrough()` for some Zod schemas allows additional fields to be sent directly to the Meshy API without strict validation by the wrapper, relying on the upstream API's validation, which is common for API wrappers but slightly less strict than full schema enforcement.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassLow
Avg Tokens20
Stars14
Forks5
Last Update2025-11-21

Tags

mcpmeshy-ai3d-generationgenerative-aiapi-wrapper