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
Basecamp
home

Basecamp MCP Server

Project management platform

project-managementteamtodos

About

## Basecamp MCP Server: Team Collaboration The **Basecamp MCP Server** integrates Basecamp's all-in-one project management platform into Google Antigravity, enabling developers to manage projects, collaborate with teams, and track work through AI-assisted workflows. ### Why Basecamp MCP? - **All-in-One**: Messages, to-dos, schedules, files, and chat in one place - **Simple Structure**: Projects organized with clear, focused tools - **Hill Charts**: Visual progress tracking beyond percentage complete - **Automatic Check-ins**: Schedule recurring questions for async updates - **Client Access**: Share projects with external clients securely ### Key Features #### 1. To-Do Management ```javascript // Create to-do list const list = await basecamp.createTodoList({ projectId: "12345", name: "Sprint 5 Tasks", description: "Tasks for the upcoming sprint" }); // Add to-do items const todo = await basecamp.createTodo({ todoListId: list.id, content: "Implement user profile API", description: "Create REST endpoints for profile management", assignees: ["user123"], dueOn: "2024-12-20", notify: true }); // Complete to-do await basecamp.completeTodo({ todoId: todo.id }); ``` #### 2. Project Communication ```javascript // Post message to project await basecamp.createMessage({ projectId: "12345", subject: "Sprint 5 Kickoff", content: "Team, here are our goals for Sprint 5...", category: "Announcements" }); // Create campfire chat message await basecamp.createCampfireMessage({ projectId: "12345", content: "Deployed v2.5.0 to staging!" }); // Schedule event await basecamp.createScheduleEntry({ projectId: "12345", summary: "Sprint Planning", startsAt: "2024-12-16T10:00:00Z", endsAt: "2024-12-16T11:00:00Z", allDay: false }); ``` ### Configuration ```json { "mcpServers": { "basecamp": { "command": "npx", "args": ["-y", "@anthropic/mcp-basecamp"], "env": { "BASECAMP_ACCOUNT_ID": "your-account-id", "BASECAMP_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Team Coordination**: Manage development projects with to-dos, schedules, and team communication. **Client Projects**: Share progress updates and deliverables with external stakeholders. **Remote Teams**: Coordinate async work with automatic check-ins and centralized documentation. The Basecamp MCP Server brings simple, focused project management to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "basecamp": {
      "mcpServers": {
        "basecamp": {
          "env": {
            "BASECAMP_ACCOUNT_ID": "your-account-id",
            "BASECAMP_ACCESS_TOKEN": "your-access-token"
          },
          "args": [
            "-y",
            "basecamp-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Basecamp OAuth token
  2. 2Configure account ID
  3. 3Manage projects

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