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 FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 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
Gitbook MCP
📖

Gitbook MCP MCP Server

Modern documentation platform with Git sync.

gitbookdocumentationgitdocs

About

## Gitbook MCP Server: Documentation Platform The **Gitbook MCP Server** integrates GitBook's documentation platform into Google Antigravity, enabling developers to create, manage, and publish beautiful documentation through AI-assisted content workflows. ### Why Gitbook MCP? - **Git-Backed**: Version control for all documentation changes - **Beautiful Design**: Modern, clean documentation sites out of the box - **Collaboration**: Real-time editing with team members - **Integrations**: Connect with GitHub, Slack, and more - **API Documentation**: OpenAPI/Swagger support built-in ### Key Features #### 1. Content Management ```javascript // Create page const page = await gitbook.createPage({ spaceId: "space_123", title: "Getting Started", content: { markdown: "# Getting Started\n\nWelcome to our API documentation..." }, parentId: "parent_page_id" }); // Update page content await gitbook.updatePage({ spaceId: "space_123", pageId: page.id, content: { markdown: updatedContent } }); // Search documentation const results = await gitbook.search({ spaceId: "space_123", query: "authentication", limit: 10 }); ``` #### 2. Space and Publishing ```javascript // List spaces const spaces = await gitbook.listSpaces({ organizationId: "org_123" }); // Get space content const content = await gitbook.getSpaceContent({ spaceId: "space_123" }); // Publish changes await gitbook.publishSpace({ spaceId: "space_123", message: "Updated authentication docs" }); // Import from GitHub await gitbook.syncWithGitHub({ spaceId: "space_123", repo: "org/docs", branch: "main" }); ``` ### Configuration ```json { "mcpServers": { "gitbook": { "command": "npx", "args": ["-y", "@anthropic/mcp-gitbook"], "env": { "GITBOOK_API_TOKEN": "your-api-token", "GITBOOK_ORGANIZATION": "your-organization" } } } } ``` ### Use Cases **API Documentation**: Create and maintain developer-facing API documentation. **Product Docs**: Build comprehensive product documentation with versioning. **Knowledge Bases**: Create internal and external knowledge bases. The Gitbook MCP Server brings professional documentation to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "gitbook": {}
  }
}

How to Use

    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