meshy
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meshyGenerate a 3D model of a low-poly fox using text_to_3d"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Meshy 3D — Claude Code plugin
Generate 3D models, textures, rigs, animations, and 3D-print files from any Claude Code session via the Meshy AI API.
Install
Get an API key at meshy.ai/settings/api and export it (shell profile):
export MESHY_API_KEY=msy_...Add the marketplace and install (restart Claude Code first if you just set the env var):
/plugin marketplace add shoyu-ramen/meshy-claude-plugin /plugin install meshy@meshy-marketplaceFrom a local clone instead:
/plugin marketplace add /path/to/meshy-claude-plugin
Related MCP server: Meshy MCP Server
What you get
18 MCP tools (mcp__plugin_meshy_meshy__*):
Group | Tools |
Generate 3D |
|
Process |
|
Characters |
|
Images |
|
3D printing |
|
Creative Lab |
|
Tasks |
|
Utility |
|
Slash commands: /meshy:generate "<prompt>" (full pipeline incl. download), /meshy:balance.
Skill: workflow guidance (two-stage text-to-3D, character rig+animate pipeline, credit costs, 3-day URL expiry) loads automatically when relevant.
Usage notes
All generations are async tasks: create →
wait_for_task→download_assets. Output URLs expire ~3 days after completion — download promptly.analyze-printabilityandsearch_animationsare free;get_balanceshows remaining credits.Task summaries omit signed URLs to keep agent context small;
raw: truereturns full objects.
Development
npm install
npm run build # bundle src/ → dist/index.mjs (committed — plugins run no install step)
npm run typecheck
npm test
node scripts/stdio-check.mjs # handshake + tools/list
node scripts/stdio-check.mjs --call get_balance '{}'
npm run inspect # MCP inspector UIsrc/registry.ts maps every task_type to its API path — generic task tools and download_assets work across all 29 task types from that single table.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables Claude to generate 3D models from text or images, apply textures, and export to GLB/FBX/USDZ using the Meshy AI API.Last updated63MIT

Meshy MCP Serverofficial
Alicense-qualityBmaintenanceEnables AI agents to create, manage, and download 3D models, textures, images, rigged characters, and animations through natural conversation.Last updated86228MIT- AlicenseAqualityDmaintenanceEnables AI assistants to generate 3D models, textures, and images via the Meshy API using natural language, supporting text-to-3D, image-to-3D, remeshing, retexturing, rigging, and animation workflows.Last updated36331MIT
- Alicense-qualityDmaintenanceWraps the Meshy AI API to enable generative 3D tools via Model Context Protocol, allowing creation of 3D models, textures, animations, and more from text or images.Last updated3742MIT
Related MCP Connectors
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
Build and run visual creative-production workflows from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shoyu-ramen/meshy-claude-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server