Connects Claude and other MCP-enabled assistants to Tripo AI's 3D generation API with direct Blender integration. You can generate 3D models from natural language prompts and automatically import them into Blender through the Tripo AI addon. Currently in alpha and requires the official Tripo Blender addon plus a running Blender MCP server. Reach for this when you want to streamline 3D asset creation workflows by combining AI text-to-3D generation with immediate access in your Blender projects. Built on top of blender-mcp and wraps Tripo's generation endpoints.
Tripo MCP provides an interface between AI assistants and Tripo AI via Model Context Protocol (MCP).
Note: This project is in alpha. Currently, it supports Tripo Blender Addon integration.
Install Tripo AI Blender Addon from Tripo AI's website
Configure the MCP server in Claude Desktop or Cursor.
pip install uv{
"mcpServers": {
"tripo-mcp": {
"command": "uvx",
"args": [
"tripo-mcp"
]
}
}
}

Enable Tripo AI Blender Addon and start blender mcp server.
Chat using cursor or claude. E.g., "Generate a 3D model of a futuristic chair".
Special Thanks
Special thanks to Siddharth Ahuja for the blender-mcp project, which provided inspiring ideas for MCP + 3D.