Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Box
box

Box MCP Server

MCP server for Box cloud storage

boxstorageenterprisefilescollaboration

About

## Box MCP Server: Enterprise Content Management The **Box MCP Server** integrates the enterprise content management platform directly into Google Antigravity, enabling AI assistants to manage files, folders, and collaborative content workflows programmatically. This integration brings enterprise-grade content management to your development workflow. ### Why Box MCP? - **Enterprise Security**: Advanced security controls including watermarking, DRM, and classification - **Collaboration**: Built-in commenting, task assignment, and approval workflows - **Compliance**: Meet regulatory requirements with retention policies and legal hold - **Integration Ecosystem**: Connect with 1,500+ business applications - **AI-Powered**: Box AI features for content analysis and metadata extraction ### Key Features #### 1. File Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Upload this document to the Q4 Reports folder and set appropriate permissions" }], tools=[{ "name": "box_files", "description": "Manage Box files" }] ) ``` #### 2. Collaboration ```python # Manage collaboration response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Share this folder with the marketing team and request their review" }], tools=[{"name": "box_collaborate", "description": "Manage collaboration"}] ) ``` #### 3. Search and Discovery ```python # Search content response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search for all contracts mentioning vendor agreements from the last year" }], tools=[{"name": "box_search", "description": "Search content"}] ) ``` #### 4. Workflow Automation ```python # Manage workflows response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Trigger the approval workflow for this document and notify stakeholders" }], tools=[{"name": "box_workflow", "description": "Workflow automation"}] ) ``` ### Configuration ```json { "mcpServers": { "box": { "command": "npx", "args": ["-y", "@anthropic/mcp-box"], "env": { "BOX_CLIENT_ID": "your-client-id", "BOX_CLIENT_SECRET": "your-client-secret", "BOX_ENTERPRISE_ID": "your-enterprise-id" } } } } ``` ### Use Cases **Document Workflows**: Automate document review, approval, and publishing workflows. **Content Organization**: Organize and classify enterprise content with metadata and tags. **Compliance Management**: Implement retention policies and audit trails for regulated content. **Team Collaboration**: Facilitate document collaboration with comments and task assignments. The Box MCP Server brings enterprise content management directly into your development workflow, enabling secure and compliant document automation.

Installation

Configuration
{
  "mcpServers": {
    "box": {
      "mcpServers": {
        "box": {
          "env": {
            "BOX_CLIENT_ID": "YOUR_BOX_CLIENT_ID",
            "BOX_REDIRECT_URL": "http://localhost:8000/callback",
            "BOX_CLIENT_SECRET": "YOUR_BOX_CLIENT_SECRET"
          },
          "args": [
            "mcp-server-box"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 11. Create a Box application in Box Developer Console
  2. 22. Get Client ID and Client Secret
  3. 33. Supports OAuth and Client Credentials Grant auth

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers