Tripo MCP Server
Generate 3D models with Tripo AI. Requires the external Tripo AI Blender Addon.
Tripo MCP Server
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.
Current Features
- Generate 3D asset from natural language using Tripo's API and import to Blender
- Compatible with Claude and other MCP-enabled AI assistants
Quick Start
Prerequisites
- Python 3.10+
- Blender
- Tripo AI Blender Addon
- Claude for Desktop or Cursor IDE
Installation
-
Install Tripo AI Blender Addon from Tripo AI's website
-
Configure the MCP server in Claude Desktop or Cursor.
pip install uv- set mcp in cursor
{ "mcpServers": { "tripo-mcp": { "command": "uvx", "args": [ "tripo-mcp" ] } } }- Then you will get a green dot like this:

Usage
-
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".
Acknowledgements
Special Thanks
Special thanks to Siddharth Ahuja for the blender-mcp project, which provided inspiring ideas for MCP + 3D.
相關伺服器
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Bitcoin & Lightning Network
Interact with the Bitcoin and Lightning Network to generate keys, validate addresses, decode transactions, and query the blockchain.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
x64dbgMCP
An MCP server that connects LLMs with the x64dbg debugger, enabling natural language control over debugging functions.
Norce Assistant
Provides AI-powered knowledge and code examples for Norce Commerce development directly in your preferred AI environment.
Hyperlend
Enables AI agents to interact with the Hyperlend protocol.
fal.ai Recraft v3
Advanced text-to-image generation using the fal.ai Recraft v3 API.
Zeropath
Interact with the Zeropath vulnerability management API.
MCP Proxy
A thin proxy that allows clients to connect to MCP servers over HTTP without streaming transport.
MCP Server + Github OAuth
An MCP server with built-in GitHub OAuth support, designed for deployment on Cloudflare Workers.
MCP Android Agent
Automate Android devices using the uiautomator2 library, requiring adb and a connected device.