Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Buu AI 3D Model Generator

FreeNot checked

Provides a bridge to the Buu AI platform for generating 3D models from text prompts in various styles including Realistic, LowPoly, Voxel, and Stylized.

GitHubEmbed

About

Provides a bridge to the Buu AI platform for generating 3D models from text prompts in various styles including Realistic, LowPoly, Voxel, and Stylized.

README

Overview

This server acts as a command execution gateway for the Buu platform, exposing tools to manage teams, subthreads, and generation requests using a standardized MCP interface.


Features

  • Connects to the Buu GraphQL server
  • Supports Team, Subthread and GenRequest operations
  • Enables generation request handling
  • Authenticates with API key
  • Communicates via stdio transport (ideal for CLI or tool embedding)

Client Installation Instructions

Running on Claude Desktop

To configure Octagon MCP for Claude Desktop:

npx -y @smithery/cli@latest install @OctagonAI/octagon-mcp-server --client claude

Configuration

Environment Variables

Required

  • BUU_TEAM_API_KEY: Your Buu AI team API key
    • Required for all operations

Optional

  • BUU_SERVER_URL: Buu API URL
    • By default uses the sandbox environment

Tool Registration

1. TeamTools

  • team_create — Create a new team
  • team_add_member — Add a member to a team
  • team_remove_member — Remove a member from a team
  • team_update — Update team data
  • team_update_member_role — Update member role
  • team_get — Get the personal team for the current user
  • team_get_all — Get all teams for the current user

3. SubthreadTools

  • subthread_generate — Generate a subthread for a Thread
  • subthread_get — Get subthread by ID
  • subthread_get_all — Get all team's subthread

4. GenRequestTools

  • generate_image — Generate image for a subthread
  • generate_model — Generate 3D model for subthread
  • genrequest_get_all — Get all GenRequests for a specific subthread

from github.com/buu-ai/buu-mcp-server

Installing Buu AI 3D Model Generator

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/buu-ai/buu-mcp-server

FAQ

Is Buu AI 3D Model Generator MCP free?

Yes, Buu AI 3D Model Generator MCP is free — one-click install via Unyly at no cost.

Does Buu AI 3D Model Generator need an API key?

No, Buu AI 3D Model Generator runs without API keys or environment variables.

Is Buu AI 3D Model Generator hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Buu AI 3D Model Generator in Claude Desktop, Claude Code or Cursor?

Open Buu AI 3D Model Generator on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Buu AI 3D Model Generator with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs