How to integrate Meshy MCP with Hermes

Connect Hermes to Meshy MCP. Generate photorealistic 3d model of chair, animate walking cycle for humanoid character, and more using natural language, with authentication handled for you.

Meshy logoMeshy
Api Key

Meshy is a Creative Lab providing generative 3D, image, motion, animation, and model-processing APIs. It lets teams quickly create, iterate, and export production-ready creative assets.

27 Tools

Introduction

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows.

This guide explains the easiest and most robust way to connect your Meshy account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

Also integrate Meshy with

What is Composio Connect?

Composio Connect is a consumer offering that lets anyone plug 1,500+ applications directly into their agent harness — including Hermes. It can:

  • Search and load tools from relevant toolkits on-demand, reducing context usage.
  • Chain multiple tools to accomplish complex workflows via a remote workbench, without excessive back-and-forth with the LLM.
  • Manage app authentication end-to-end with zero manual overhead.

Integrating Meshy with Hermes

Using Composio Connect CLI

1. Install the Composio CLI

Run the install script directly, or paste https://composio.dev/hermes into your Hermes chat box to have it installed for you.

bash
curl -fsSL https://composio.dev/install | bash
Hermes authenticating with Composio

2. Authenticate

Once the CLI is installed, ask Hermes to authenticate with Composio.

3. Connect to Meshy

Ask your agent to connect to Meshy, or simply request any Meshy-related task. Hermes will prompt you to authenticate and authorize access.

4. Done. You're all set with a new Meshy connection.


Using Composio Connect MCP

1. Get your MCP URL and API Key

Go to dashboard.composio.dev and copy your Connect MCP URL and API key.

Copy MCP URL and API key from Composio dashboard

2. Open the Hermes config file

bash
nano ~/.hermes/config.yaml

3. Add the Composio Connect MCP server

bash
mcp_servers:
  composio:
    url: "https://connect.composio.dev/mcp"
    headers:
      x-consumer-api-key: "YOUR_COMPOSIO_API_KEY"
    connect_timeout: 60
    timeout: 180

Save with Ctrl + O, Enter, then exit with Ctrl + X.

4. Restart your Hermes agent

Once restarted, ask your agent to connect to Meshy or request any Meshy-related task. It will prompt you to authenticate and authorize access.

5. Done!

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.

Way Forward

With Meshy connected, Hermes can now act on your behalf whenever it detects a relevant task or you ask it to.

From here, you can extend Hermes further:

  • Connect more apps: Calendar, Slack, Notion, Linear, and hundreds of others are available through the same Composio Connect setup. Each new integration compounds what Hermes can do for you.
  • Build workflows across tools: Once multiple apps are connected, Hermes can chain actions together — turn an email into a calendar invite, a Slack message into a Linear ticket, or a meeting note into a follow-up draft.
  • Let it learn your patterns: The more you use Hermes, the better it gets at anticipating how you'd handle recurring tasks. Give it feedback on drafts and decisions, and it will adapt.

If you run into trouble or want to share what you've built, join the community or check out the Docs for deeper configuration options.

TOOLS

Supported Tools

Every Meshy action and event your agent gets out of the box.

Cancel Creative Lab Task

Cancel a Creative Lab task only while it is PENDING or IN_PROGRESS.

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.

Create Auto Split Task

Split a succeeded untextured Meshy 6 or Meshy 7 model into separately printable parts and return the task ID.

Create Collapsible Fidget Task

Start an entitled 6-credit task that generates a collapsible fidget directly from an image and return the task ID.

Create Convert Task

Start a 1-credit task that converts a model into one or more requested formats; returns the task ID.

Create Creative Lab Build

Start a 3D build from a succeeded matching Creative Lab prototype.

Create Creative Lab Prototype

Start an entitled image-to-prototype task for a fixed Creative Lab product.

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.

Create Image to Image Task

Start a credit-consuming task that edits or restyles one to five reference images from a text instruction.

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.

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.

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.

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.

Create Resize Task

Start a 1-credit task that scales a model by height, longest side, or automatic sizing and return the task ID.

Create Retexture Task

Start a credit-consuming task that applies one text, image, or multiview style source to an existing 3D model.

Create Rigging Task

Start a 5-credit task that rigs a GLB character with a biped or quadruped skeleton and return the task ID.

Create Text to 3D Task

Start a new Text to 3D preview or fused geometry-and-texture task and return its task ID.

Create Text to Image Task

Start a credit-consuming 2D image generation task from a text prompt.

Create Text to Motion Task

Start an entitled motion-generation task from a text prompt and return its task ID.

Create UV Unwrap Task

Start a 5-credit task that generates UV coordinates for a GLB model and return the task ID.

Delete Task

Permanently delete a GA or Text-to-Motion task and its retained outputs.

Get Credit Balance

Return the connected Meshy account's available credit balance before starting paid generation tasks.

Get Task

Retrieve current status, errors, and available outputs for one task from a selected Meshy task family.

List Animation Library

Search or filter Meshy's unpaginated animation catalog and return action IDs for use when creating animation tasks.

List Tasks

Return one page of tasks for one selected Meshy task family, with an opaque cursor for safe continuation.

List Usage Records

Return one page of terminal API-task usage and consumed credits for the connected Meshy team.

Refine Text to 3D Task

Apply texture to a succeeded Text to 3D preview and return the new refine task ID.

FRAMEWORKS

How to build Meshy MCP Agent with another framework

FAQ

Frequently asked questions

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.

Yes, you can. Hermes 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.

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.

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.

Start with Meshy.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Meshy tool your agent needs.Free to start.

Start building