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:
-
Go to Claude > Settings > Developer > Edit Config >
claude_desktop_config.jsonand include the following:{ "mcpServers": { "rodin": { "command": "uvx", "args": [ "git+https://github.com/DeemosTech/rodin-api-mcp.git" ] } } } -
If Claude Deskop is opened, quit it and restart Claude Desktop.
Recommend MCP Servers 💡
@anaisbetts/mcp-youtube
A Model-Context Protocol Server for YouTube
conport
Context Portal (ConPort) is a database-backed Model Context Protocol (MCP) server that acts as a project's memory bank, building a project-specific knowledge graph to supercharge AI assistants and developer tools within IDEs. It enables powerful Retrieval Augmented Generation (RAG) for context-aware development.
shinichi-takayanagi/myweight-mcp-server
Connects to Health Planet API to provide weight data for MCP clients via SSE.
@modelcontextprotocol/server-sequential-thinking
Sequential Thinking MCP Server: A tool for dynamic and reflective problem-solving through a structured thinking process.
A Model Context Protocol (MCP) server for WhatsApp that enables searching, reading, and sending messages (including media) via AI agents.
wxflows-server
A MCP server example integrating watsonx.ai Flows Engine with Google Books and Wikipedia tools for context retrieval.