Loading languages...
RO

rodin

@DeemosTech6

Rodin API MCP 是一个基于 Model Context Protocol (MCP) 的服务,旨在将 Rodin 的 API 暴露给 AI 模型。该服务旨在简化 AI 模型与 Rodin API 之间的交互。

Rodin API
API integration

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.

# mcpServer Config

{
  "mcpServers": {
    "rodin": {
      "command": "uvx",
      "args": [
        "git+https://github.com/DeemosTech/rodin-api-mcp.git"
      ]
    }
  }
}

# stdio

uvx git+https://github.com/DeemosTech/rodin-api-mcp.git
Transport:
stdio
Language:
Python
Created: 4/22/2025
Updated: 5/6/2026