1. Conduid
  2. Developer Tools
  3. Rodin
MCP server · Developer Tools

Rodin

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

Unclaimed last commit a year ago ai
35Low

Scored 3 months ago · breakdown

About Rodin

Rodin is an MCP server published by DeemosTech in the Developer Tools category: generate 3D Models with [Hyper3D Rodin](https://hyper3d.ai). It has been installed 0 times through Conduid.

The repository has 6 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx rodin-api-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Rodin

Powered by Claude · Grounded in docs

I know everything about Rodin. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Rodin API MCP

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"
                ]
            }
        }
    }
    
  2. If Claude Deskop is opened, quit it and restart Claude Desktop.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Rodin

How do I install Rodin?

Run npx rodin-api-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Rodin safe to use with an AI agent?

Its trust score is 35 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Rodin still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.