Buu AI MCP Server
@Buu-AI
About Buu AI MCP Server
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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"buu-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@OctagonAI/octagon-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Buu AI MCP Server?
Buu AI MCP Server is a command execution gateway for the Buu platform. It exposes tools to manage teams, subthreads, and generation requests through a standardized MCP interface, connecting to the Buu GraphQL server.
How to use Buu AI MCP Server?
Configure it with the required environment variable BUU_TEAM_API_KEY. You can optionally set BUU_SERVER_URL (defaults to a sandbox environment). Install via Smithery for Claude Desktop using npx -y @smithery/cli@latest install @OctagonAI/octagon-mcp-server --client claude. The server uses stdio transport and registers tools such as team_create, subthread_generate, and generate_image.
Key features of Buu AI MCP Server
- Connects to the Buu GraphQL server
- Supports Team, Subthread and GenRequest operations
- Enables generation request handling
- Authenticates with an API key
- Communicates via
stdiotransport
Use cases of Buu AI MCP Server
- Create and manage teams and member roles
- Generate and retrieve subthreads for threads
- Generate images and 3D models for subthreads
- List all generation requests for a subthread
- Embed AI team management into CLI or tool workflows
FAQ from Buu AI MCP Server
What operations does Buu AI MCP Server support?
It supports Team operations (create, add/remove members, update, get), Subthread operations (generate, get, list all), and GenRequest operations (generate image/model, list all requests for a subthread).
How does authentication work?
Authentication requires a Buu team API key set in the BUU_TEAM_API_KEY environment variable. This key is required for all operations.
What transport protocol does the server use?
The server uses stdio transport, making it ideal for CLI integration or embedding in tools.
Is there a default server URL?
Yes, if BUU_SERVER_URL is not set, the server defaults to a sandbox environment. You can override it with a custom URL if needed.
What are the required dependencies for running the server?
The README specifies a client installation command using npx, but does not list explicit runtime requirements beyond the environment variables.
Frequently asked questions
What operations does Buu AI MCP Server support?
It supports Team operations (create, add/remove members, update, get), Subthread operations (generate, get, list all), and GenRequest operations (generate image/model, list all requests for a subthread).
How does authentication work?
Authentication requires a Buu team API key set in the `BUU_TEAM_API_KEY` environment variable. This key is required for all operations.
What transport protocol does the server use?
The server uses `stdio` transport, making it ideal for CLI integration or embedding in tools.
Is there a default server URL?
Yes, if `BUU_SERVER_URL` is not set, the server defaults to a sandbox environment. You can override it with a custom URL if needed.
What are the required dependencies for running the server?
The README specifies a client installation command using npx, but does not list explicit runtime requirements beyond the environment variables.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments