Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Cinema4D MCP Server
Claim
by
ttiimmaacc
GitHub
Python
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
cinema4d-mcp
src
cinema4d_mcp
src/cinema4d_mcp/config.py
src/cinema4d_mcp/__init__.py
src/cinema4d_mcp/server.py
src/cinema4d_mcp/utils.py
"""Cinema 4D MCP Server - Connect Claude to Cinema 4D""" __version__ = "0.1.0" from . import server def main(): """Main entry point for the package.""" server.mcp_app.run() def main_wrapper(): """Entry point for the wrapper script.""" main()