Skip to main content
Glama

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

Installation

  1. Install Tripo AI Blender Addon from Tripo AI's website

  2. 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: img

Usage

  1. Enable Tripo AI Blender Addon and start blender mcp server.

  2. 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.

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A TypeScript-based Model Context Protocol toolkit that enables AI to interact with code files, manage translations, build projects, and search for files and code content.
    Last updated -
    33
    1
    5
    MIT License
  • -
    security
    F
    license
    -
    quality
    A server that integrates Blender with local AI models via the Model Context Protocol, allowing users to control Blender using natural language prompts for 3D modeling tasks.
    Last updated -
    60
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    Connects Roblox Studio to AI coding editors via the Model Context Protocol, allowing AI agents to understand and interact with live Roblox Studio sessions through scene manipulation, scripting, and optional Roblox Open Cloud API integration.
    Last updated -
    62
    MIT License
  • -
    security
    A
    license
    -
    quality
    Connects creative applications like Blender and Adobe Creative Suite to AI models through the Model Context Protocol, enabling AI-driven creation, manipulation, and automation within these tools.
    Last updated -
    10
    MIT License
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VAST-AI-Research/tripo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server