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
Coda MCP
📋

Coda MCP MCP Server

All-in-one doc for teams with tables and integrations.

codadocstablescollaboration

About

## Coda Docs MCP Server: Document Automation The **Coda Docs MCP Server** provides deep integration with Coda's document API in Google Antigravity, enabling advanced document operations, pack integrations, and formula-powered automation through AI-assisted development. ### Why Coda Docs MCP? - **Full API Access**: Complete access to Coda's document, table, and formula APIs - **Pack Development**: Build and deploy custom Coda packs - **Cross-Doc Sync**: Sync data between multiple Coda documents - **Formula Engine**: Execute and create complex formulas programmatically - **Publishing**: Manage published docs and access controls ### Key Features #### 1. Advanced Document Operations ```python # Get document metadata doc = await coda_docs.getDoc({ "doc_id": "doc_123", "include": ["tables", "pages", "permissions"] }) # Copy document with modifications newDoc = await coda_docs.copyDoc({ "source_doc_id": "template_123", "title": "Q1 2025 Planning", "folder_id": "folder_456", "initial_values": { "Quarter": "Q1 2025", "Team": "Engineering" } }) # List all tables with schemas tables = await coda_docs.listTables({ "doc_id": doc.id, "include_hidden": False }) for table in tables: columns = await coda_docs.listColumns({ "doc_id": doc.id, "table_id": table.id }) ``` #### 2. Formula and Control Operations ```python # Get formula result result = await coda_docs.getFormula({ "doc_id": "doc_123", "formula_id": "formula_abc" }) # Trigger control (button) await coda_docs.triggerControl({ "doc_id": "doc_123", "control_id": "button_sync_data" }) # Create cross-doc reference await coda_docs.createCrossDocSync({ "source_doc": "doc_123", "source_table": "projects", "target_doc": "doc_456", "target_table": "project_sync" }) ``` ### Configuration ```json { "mcpServers": { "coda-docs": { "command": "npx", "args": ["-y", "@anthropic/mcp-coda-docs"], "env": { "CODA_API_TOKEN": "your-api-token", "CODA_DEFAULT_DOC": "your-default-doc-id" } } } } ``` ### Use Cases **Document Templating**: Create and populate documents from templates automatically. **Data Synchronization**: Keep data in sync across multiple Coda documents. **Custom Pack Development**: Build custom Coda packs to extend functionality. The Coda Docs MCP Server enables sophisticated document automation at enterprise scale.

Installation

Configuration
{
  "mcpServers": {
    "coda-docs": {}
  }
}

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