by DeemosTech
Provides a Model Context Protocol interface to the Rodin API, enabling AI models to interact with Rodin services efficiently.
Rodin API MCP offers an MCP interface for the Rodin API, allowing AI models to communicate with Rodin's backend without dealing with low‑level API details.
claude_desktop_config.json
:{
"mcpServers": {
"rodin": {
"command": "uvx",
"args": [
"git+https://github.com/DeemosTech/rodin-api-mcp.git"
]
}
}
}
Q: Do I need a specific Python version?
A: The project relies on uv
, which manages isolated environments, so any recent Python version supported by uv
will work.
Q: Can I run the server locally?
A: Yes, using the provided uvx
command installs and runs the server directly from the repository.
Q: Is an API key required? A: The README does not mention authentication, so usage depends on the underlying Rodin API's requirements.
Q: How do I update the server?
A: Re‑run the uvx
command with the same Git URL to fetch the latest version.
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.
For installing uv
, please refer to the official installation guide: uv Installation Guide
To configure Claude Desktop to support MCP, follow these steps:
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"
]
}
}
}
If Claude Deskop is opened, quit it and restart Claude Desktop.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "rodin": { "command": "uvx", "args": [ "git+https://github.com/DeemosTech/rodin-api-mcp.git" ], "env": {} } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.