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
Quip MCP
📑

Quip MCP MCP Server

Salesforce collaborative documents and spreadsheets.

quipsalesforcedocscollaboration

About

## Quip MCP Server: Collaborative Documents The **Quip MCP Server** integrates Salesforce Quip into Google Antigravity, enabling developers to create and manage collaborative documents and spreadsheets through AI-assisted teamwork. ### Why Quip MCP? - **Salesforce Integration**: Native integration with Salesforce CRM - **Real-Time Collaboration**: Edit documents with team members live - **Embedded Spreadsheets**: Full spreadsheet functionality within documents - **Chat Integration**: In-document chat and mentions - **Mobile Optimized**: Full-featured mobile apps ### Key Features #### 1. Document Operations ```javascript // Create document const doc = await quip.createDocument({ title: "Product Requirements", content: "# Product Requirements Document\n\n## Overview\n...", memberIds: ["user1", "user2"], format: "markdown" }); // Get document content const content = await quip.getDocument({ threadId: doc.thread.id, format: "html" }); // Update document await quip.editDocument({ threadId: doc.thread.id, content: updatedContent, format: "markdown", location: "append" }); // Search documents const results = await quip.search({ query: "API documentation", type: "document", count: 20 }); ``` #### 2. Spreadsheet and Collaboration ```javascript // Create spreadsheet const sheet = await quip.createSpreadsheet({ title: "Sprint Tracking", rows: [ ["Task", "Assignee", "Status", "Points"], ["Auth system", "Alice", "In Progress", "8"] ] }); // Add rows to spreadsheet await quip.addSpreadsheetRows({ threadId: sheet.thread.id, rows: [["New task", "Bob", "Todo", "5"]] }); // Add message to thread await quip.addMessage({ threadId: doc.thread.id, content: "Updated the requirements based on feedback" }); ``` ### Configuration ```json { "mcpServers": { "quip": { "command": "npx", "args": ["-y", "@anthropic/mcp-quip"], "env": { "QUIP_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Sales Documentation**: Create proposals and documents linked to Salesforce records. **Team Planning**: Build collaborative project plans with embedded spreadsheets. **Meeting Notes**: Create shared meeting notes with real-time collaboration. The Quip MCP Server brings Salesforce-integrated collaboration to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "quip": {}
  }
}

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