# How to connect Meshy to Claude

```json
{
  "title": "How to connect Meshy to Claude",
  "toolkit": "Meshy",
  "toolkit_slug": "meshy",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/meshy/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/meshy/framework/claude-cowork.md",
  "updated_at": "2026-09-12T05:38:13.648Z"
}
```

## Introduction

Claude is Anthropic's AI assistant, available on the web, in the desktop app, and on mobile. Cowork is its agent for knowledge work, and it runs on all of those surfaces too. Connected to your apps, Claude can work with your files and services to accomplish complex tasks on your behalf.
This guide walks you through the easiest and most secure way to connect your Meshy account to Claude via Composio Connect, enabling it to generate photorealistic 3D model of chair, animate walking cycle for humanoid character, optimize and export glb model for web, and more such actions on your behalf without compromising your account security.
Setup is the same on Claude Web, Desktop, and Cowork, and you only need to do it once. The connector is tied to your account, so it's available in all three.

## Also integrate Meshy with

- [ChatGPT Work](https://composio.dev/toolkits/meshy/framework/chatgpt)
- [Hermes](https://composio.dev/toolkits/meshy/framework/hermes-agent)

## Connect Meshy to Claude Cowork

### Connecting Meshy to Claude Web, Desktop, and Cowork
1. Open Customize
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
2. Add the Composio MCP server
Click Add custom connector and paste in the Composio MCP server URL:

```bash
https://connect.composio.dev/mcp
```

## What is the Meshy MCP server, and what's possible with it?

The Meshy MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Meshy account. It provides structured and secure access so your agent can perform Meshy operations on your behalf.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `MESHY_CANCEL_CREATIVE_LAB_TASK` | Cancel Creative Lab Task | Cancel a Creative Lab task only while it is PENDING or IN_PROGRESS. Terminal task history is retained. Canceling a PENDING task refunds its credits; canceling an IN_PROGRESS task does not refund credits. |
| `MESHY_CREATE_ANIMATION_TASK` | Create Animation Task | Start a 3-credit task that applies either a selected library animation or a succeeded Text to Motion clip to a completed rigging task and return the animation task ID. |
| `MESHY_CREATE_AUTO_SPLIT_TASK` | Create Auto Split Task | Split a succeeded untextured Meshy 6 or Meshy 7 model into separately printable parts and return the task ID. An accepted task costs 10 credits; failed tasks are refunded, as is a task deleted while still pending. |
| `MESHY_CREATE_COLLAPSIBLE_FIDGET_TASK` | Create Collapsible Fidget Task | Start an entitled 6-credit task that generates a collapsible fidget directly from an image and return the task ID. |
| `MESHY_CREATE_CONVERT_TASK` | Create Convert Task | Start a 1-credit task that converts a model into one or more requested formats; returns the task ID. |
| `MESHY_CREATE_CREATIVE_LAB_BUILD` | Create Creative Lab Build | Start a 3D build from a succeeded matching Creative Lab prototype. Lamp builds cost 6 credits, keycap builds cost 50, and all other builds cost 30. The call returns a build task ID. |
| `MESHY_CREATE_CREATIVE_LAB_PROTOTYPE` | Create Creative Lab Prototype | Start an entitled image-to-prototype task for a fixed Creative Lab product. Lamp prototypes cost 30 credits, keycap prototypes cost 12, and all other prototypes cost 6. The task ID can be passed to the matching build operation. |
| `MESHY_CREATE_IMAGE_TO_3D_TASK` | Create Image to 3D Task | Start a 3D generation task from one to four views of one object or a prior task's input images. One image uses single-image generation and two to four use multi-image generation. Meshy-6/7 cost 20 credits without texture, 30 with texture, or 35 with 8K texture; single-image Meshy T2 costs 5, 15, or 20 respectively; other models cost 5 without or 15 with texture. Ultra on Meshy-7 adds 5 credits. Returns task_id and the exact task_type discriminator for GET_TASK, LIST_TASKS, or DELETE_TASK. |
| `MESHY_CREATE_IMAGE_TO_IMAGE_TASK` | Create Image to Image Task | Start a credit-consuming task that edits or restyles one to five reference images from a text instruction. The task costs 3 to 12 credits depending on the model and returns a task ID for status checks. |
| `MESHY_CREATE_MULTI_COLOR_PRINT_TASK` | Create Multi-Color Print Task | Start a 10-credit task that converts a GLB or FBX model from a prior Meshy task or direct URL into a limited-color 3MF for 3D printing, and return the task ID. When both sources are provided, input_task_id takes precedence. |
| `MESHY_CREATE_PRINT_ANALYSIS_TASK` | Create Print Analysis Task | Start a free task that analyzes a GLB, GLTF, OBJ, FBX, or STL model from a prior Meshy task or direct URL for printability defects and return the task ID. When both sources are provided, input_task_id takes precedence. |
| `MESHY_CREATE_PRINT_REPAIR_TASK` | Create Print Repair Task | Start a 10-credit task that repairs a GLB, GLTF, OBJ, FBX, or STL model from a prior Meshy task or direct URL for 3D printing and return the task ID. When both sources are provided, input_task_id takes precedence. The repaired asset retains the input format. |
| `MESHY_CREATE_REMESH_TASK` | Create Remesh Task | Start a 5-credit task that remeshes a model to the requested topology and polygon count, optionally resizes it, and exports the remeshed result in the requested formats. Use CREATE_CONVERT_TASK for format conversion without remeshing. Returns the remesh task ID. |
| `MESHY_CREATE_RESIZE_TASK` | Create Resize Task | Start a 1-credit task that scales a model by height, longest side, or automatic sizing and return the task ID. |
| `MESHY_CREATE_RETEXTURE_TASK` | Create Retexture Task | Start a credit-consuming task that applies one text, image, or multiview style source to an existing 3D model. The task costs 10 credits at 2k or 4k resolution and 15 credits at 8k, and returns a task ID for status checks. |
| `MESHY_CREATE_RIGGING_TASK` | Create Rigging Task | Start a 5-credit task that rigs a GLB character with a biped or quadruped skeleton and return the task ID. Models above 300,000 faces must be remeshed first. |
| `MESHY_CREATE_TEXT_TO_3D_TASK` | Create Text to 3D Task | Start a new Text to 3D preview or fused geometry-and-texture task and return its task ID. Preview costs 20 credits for Meshy 6/7, 5 credits for Meshy T2 or other models, and Ultra adds 5 credits; fused generation costs 30 credits for Meshy 6/7 or 15 for Meshy T2 and other models. Use REFINE_TEXT_TO_3D_TASK to texture a succeeded preview. |
| `MESHY_CREATE_TEXT_TO_IMAGE_TASK` | Create Text to Image Task | Start a credit-consuming 2D image generation task from a text prompt. The task costs 3 to 9 credits depending on the model and returns a task ID for status checks. |
| `MESHY_CREATE_TEXT_TO_MOTION_TASK` | Create Text to Motion Task | Start an entitled motion-generation task from a text prompt and return its task ID. Prime mode costs 10 credits and the completed task produces FBX; swift mode costs 3 credits and the completed task produces BVH. |
| `MESHY_CREATE_UV_UNWRAP_TASK` | Create UV Unwrap Task | Start a 5-credit task that generates UV coordinates for a GLB model and return the task ID. High-poly models may need to be remeshed first. |
| `MESHY_DELETE_TASK` | Delete Task | Permanently delete a GA or Text-to-Motion task and its retained outputs. Creative Lab tasks cannot be deleted with this action; use CANCEL_CREATIVE_LAB_TASK for an active Creative Lab task. |
| `MESHY_GET_CREDIT_BALANCE` | Get Credit Balance | Return the connected Meshy account's available credit balance before starting paid generation tasks. |
| `MESHY_GET_TASK` | Get Task | Retrieve current status, errors, and available outputs for one task from a selected Meshy task family. This read does not consume credits. |
| `MESHY_LIST_ANIMATION_LIBRARY` | List Animation Library | Search or filter Meshy's unpaginated animation catalog and return action IDs for use when creating animation tasks. |
| `MESHY_LIST_TASKS` | List Tasks | Return one page of tasks for one selected Meshy task family, with an opaque cursor for safe continuation. This read does not consume credits. |
| `MESHY_LIST_USAGE_RECORDS` | List Usage Records | Return one page of terminal API-task usage and consumed credits for the connected Meshy team. This endpoint is available only to Studio and Enterprise team API keys. Pass next_cursor alone to continue the same filtered export; split exports into windows of at most one year. |
| `MESHY_REFINE_TEXT_TO_3D_TASK` | Refine Text to 3D Task | Apply texture to a succeeded Text to 3D preview and return the new refine task ID. Refinement costs 10 credits at 2k or 4k texture resolution and 15 credits at 8k. |

## Supported Triggers

None listed.

## Troubleshooting

### 1. Why does Claude not use the Composio connector for Meshy?

The connector can show as connected, but Claude must use it in each Meshy conversation.
- Click + at the lower left of the chat, or type /.
- Hover Connectors.
- Turn on Composio.
- Ask Claude to connect to Meshy again.

### 2. Why does Claude show an MCP server error before Meshy connects?

Claude can show Couldn't reach the MCP server or Authorization with the MCP server failed when you add the connector for Meshy.
- Check that the connector URL is https://connect.composio.dev/mcp.
- Connectors run from Anthropic's cloud, so your device network is usually not the problem.
- Add the connector again from Customize > Connectors, then ask Claude to connect Meshy.
- If it fails again, send the error and the ofid_ reference id to support@composio.dev.

### 3. Why does the Meshy authorization link not work?

The Composio connector is one server. Your Meshy account connects separately when Claude asks for it.
- If the browser does not open, or the link expires, ask Claude to retry the Meshy connection.
- Composio creates a fresh Meshy authorization link.
- Open that link in your browser and finish the Meshy sign-in.

### 4. Why do Meshy actions fail after they worked before?

The Meshy connection can expire or lose permission.
- Ask Claude to inspect the Meshy connection.
- If the connection is unhealthy, disconnect it when Claude prompts you.
- Reconnect the Meshy account and retry the action.
- If Claude shows a permission prompt, approve it before Claude changes data in Meshy.
- If the action still fails with a permission error, check that the connected account has that permission in Meshy itself.

### 5. How do I switch to a different Meshy account?

Claude can manage the Meshy connection for you.
- Ask Claude to disconnect or delete the current Meshy account.
- Ask Claude to connect Meshy again.
- Open the new Composio authorization link for Meshy.
- Sign in with the other Meshy account in the browser.
- After the account connects, ask Claude to retry the Meshy task.

### 6. Why is my Meshy connection missing in Claude Desktop or on a Team plan?

The connector belongs to your Claude account, so your Meshy connection works in Claude Web, Desktop, and Cowork.
- In Claude Desktop, open Customize > Connectors.
- Next to Composio, click ⋮ and click Clear cache.
- If Meshy tools still do not appear, click ⋮, disconnect, remove the connector, and add it again.
- On Team or Enterprise, an Owner or Primary Owner must enable the connector before you can connect Meshy.

## Creating MCP Server - Stand-alone vs Composio SDK

The Meshy MCP server connects Claude Web, Desktop, and Cowork to your Meshy account through Composio. Once connected, Claude can use the available Meshy tools and triggers to complete tasks on your behalf.

## Complete Code

None listed.

## How to build Meshy MCP Agent with another framework

- [ChatGPT Work](https://composio.dev/toolkits/meshy/framework/chatgpt)
- [Hermes](https://composio.dev/toolkits/meshy/framework/hermes-agent)

## Related Toolkits

- [Figma](https://composio.dev/toolkits/figma) - Figma is a collaborative interface design tool for teams and individuals. It streamlines design workflows with real-time collaboration and easy sharing.
- [Abyssale](https://composio.dev/toolkits/abyssale) - Abyssale is a creative automation platform for generating images, videos, GIFs, PDFs, and HTML5 content programmatically. It streamlines and scales visual content production for marketing, design, and operations teams.
- [Alttext ai](https://composio.dev/toolkits/alttext_ai) - AltText.ai is a service that generates alt text for images automatically. It helps boost accessibility and SEO for your visual content.
- [Are.na](https://composio.dev/toolkits/arena) - Are.na is a creative research platform for collecting images, links, notes, and ideas in channels. Use it to organize inspiration, build knowledge maps, and connect research across projects.
- [Bannerbear](https://composio.dev/toolkits/bannerbear) - Bannerbear is an API-driven platform for generating images and videos automatically at scale. It helps businesses create custom graphics, social visuals, and marketing assets using powerful templates.
- [Bannerbite](https://composio.dev/toolkits/bannerbite) - Bannerbite is a creative automation platform for generating images and videos from reusable projects and templates. It helps teams produce on-brand visual assets faster without rebuilding designs from scratch.
- [Builder.io](https://composio.dev/toolkits/builder_io) - Builder.io is a visual development platform for managing content, models, assets, and Space configuration. Use it to ship editable digital experiences faster without waiting on every code change.
- [Canva](https://composio.dev/toolkits/canva) - Canva is a drag-and-drop design suite for creating professional graphics, presentations, and marketing materials. It makes it easy for anyone to design with beautiful templates and a vast library of elements.
- [Canva MCP](https://composio.dev/toolkits/canva_mcp) - Canva MCP is Canva's remote MCP server for accessing designs and content. It centralizes design assets and enables programmatic design workflows.
- [Claid ai](https://composio.dev/toolkits/claid_ai) - Claid.ai delivers AI-driven image editing APIs for tasks like background removal, upscaling, and color correction. It helps automate and enhance image workflows with powerful, developer-friendly tools.
- [Cloudinary](https://composio.dev/toolkits/cloudinary) - Cloudinary is a cloud-based platform for managing, uploading, and transforming images and videos. It streamlines media workflows and delivers optimized assets globally.
- [Contentdrips](https://composio.dev/toolkits/contentdrips) - Contentdrips is an asynchronous rendering API for branded graphics and carousels. It turns reusable templates into on-brand social visuals at scale.
- [Creatomate](https://composio.dev/toolkits/creatomate) - Creatomate is an API for generating automated videos, images, GIFs, and reusable media templates. Use it to turn structured data into polished visual content at scale.
- [Cults](https://composio.dev/toolkits/cults) - Cults is a digital marketplace for 3D printing models, connecting designers and makers. It lets creators share, sell, and discover a huge variety of printable designs easily.
- [DeepImage](https://composio.dev/toolkits/deepimage) - DeepImage is an AI-powered image enhancer and upscaler. Get higher-quality images with just a few clicks.
- [Dreamstudio](https://composio.dev/toolkits/dreamstudio) - DreamStudio is Stability AI’s platform for generating and editing images with AI. It lets you easily turn ideas into stunning visuals, fast.
- [Dynamic Mockups](https://composio.dev/toolkits/dynamic_mockups) - Dynamic Mockups is an API platform for generating product mockups, rendering templates, and managing visual asset catalogs. Use it to automate high-quality product visuals, AI images, and motion assets at scale.
- [Dynapictures](https://composio.dev/toolkits/dynapictures) - Dynapictures is a cloud-based platform for generating personalized images at scale. Instantly create hundreds of custom visuals using your data sources, like Google Sheets.
- [Eraser MCP](https://composio.dev/toolkits/eraser_mcp) - Eraser MCP is a workspace for creating and managing technical diagrams and structured documents. It helps teams organize, version, and export diagrams with collaboration-focused tooling.
- [Excalidraw MCP](https://composio.dev/toolkits/excalidraw_mcp) - Excalidraw MCP is a no-auth MCP server for creating hand-drawn style diagrams in Excalidraw. Use it to generate visual sketches with viewport camera control and fullscreen editing.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Meshy MCP?

With a standalone Meshy MCP server, the agents and LLMs can only access a fixed set of Meshy tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Meshy and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Meshy tools.

### Can I manage the permissions and scopes for Meshy while using Tool Router?

Yes, absolutely. You can configure which Meshy scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Meshy data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
