RO

Rodin

Created 5 months ago

Rodin API MCP is a service based on the Model Context Protocol (MCP) that exposes Rodin's API to AI models.

development documentation public

What is Rodin?

Generate 3D Models with [Hyper3D Rodin](https://hyper3d.ai)

Documentation

Project Overview

Rodin API MCP is a service based on the Model Context Protocol (MCP) that exposes Rodin's API to AI models. This service aims to simplify the interaction between AI models and the Rodin API.

Features

  • Provides an MCP interface for Rodin API
  • Supports integration with various AI models
  • Offers efficient data transmission and processing capabilities

Dependencies# Installation

For installing uv, please refer to the official installation guide: uv Installation Guide

Configuration for Claude Desktop

To configure Claude Desktop to support MCP, follow these steps:

  1. Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json and include the following:
{
  "mcpServers": {
    "rodin": {
      "command": "uvx",
      "args": [
        "git+https://github.com/DeemosTech/rodin-api-mcp.git"
      ]
    }
  }
}
  1. If Claude Desktop is opened, quit it and restart Claude Desktop.

Server Config

{
  "mcpServers": {
    "rodin-server": {
      "command": "npx",
      "args": [
        "rodin"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Unknown
Category: official
Tags:
development documentation public