Buu-AI/buu-mcp-server
If you are the rightful owner of buu-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Buu AI MCP Server is a command execution gateway for the Buu platform, providing tools to manage teams, subthreads, and generation requests through a standardized MCP interface.
Buu AI MCP Server
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
stdiotransport (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 teamteam_add_memberโ Add a member to a teamteam_remove_memberโ Remove a member from a teamteam_updateโ Update team datateam_update_member_roleโ Update member roleteam_getโ Get the personal team for the current userteam_get_allโ Get all teams for the current user
3. SubthreadTools
subthread_generateโ Generate a subthread for a Threadsubthread_getโ Get subthread by IDsubthread_get_allโ Get all team's subthread
4. GenRequestTools
generate_imageโ Generate image for a subthreadgenerate_modelโ Generate 3D model for subthreadgenrequest_get_allโ Get all GenRequests for a specific subthread