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 💡
@lamemind/mcp-server-multiverse
A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.
arxiv-latex-mcp
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
@wong2/mcp-cli
A CLI inspector for the Model Context Protocol
ClinicalTrials-mcp-server
Enables AI assistants to search and access ClinicalTrials.gov data, providing tools for trial search, metadata retrieval, and CSV management.
inkeep-mcp-server
An Inkeep MCP Server that leverages your documentation and product content to provide RAG capabilities for large language models.
keycloak-model-context-protocol
An MCP server for Keycloak user and realm management, enabling AI-powered administration and integration with MCP clients like Claude Desktop.