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
Document Operations
file-text

Document Operations MCP Server

MCP server for Word, Excel, and PDF

pdfwordexceldocumentsconversion

About

## Document Operations MCP Server: File Processing The **Document Operations MCP Server** provides comprehensive document processing capabilities in Google Antigravity, enabling developers to read, convert, and manipulate various document formats through AI-assisted file operations. ### Why Document Operations MCP? - **Multi-Format Support**: PDF, DOCX, XLSX, PPTX, and more - **Text Extraction**: Extract text content from any document - **Format Conversion**: Convert between document formats - **Metadata Access**: Read and modify document metadata - **Batch Processing**: Process multiple documents efficiently ### Key Features #### 1. Document Reading and Extraction ```javascript // Extract text from PDF const pdfContent = await docs.extractText({ filePath: "/path/to/document.pdf", options: { preserveLayout: true, extractImages: false } }); // Read Word document const docxContent = await docs.readDocument({ filePath: "/path/to/document.docx", format: "markdown" // Convert to markdown }); // Extract from spreadsheet const excelData = await docs.readSpreadsheet({ filePath: "/path/to/data.xlsx", sheet: "Sheet1", range: "A1:Z100" }); ``` #### 2. Conversion and Processing ```javascript // Convert document format await docs.convert({ inputPath: "/path/to/document.docx", outputPath: "/path/to/document.pdf", options: { quality: "high", preserveHyperlinks: true } }); // Merge PDF documents await docs.mergePdfs({ inputPaths: ["doc1.pdf", "doc2.pdf", "doc3.pdf"], outputPath: "merged.pdf" }); // Get document metadata const metadata = await docs.getMetadata({ filePath: "/path/to/document.pdf" }); console.log("Author:", metadata.author); console.log("Created:", metadata.createdDate); ``` ### Configuration ```json { "mcpServers": { "document-operations": { "command": "npx", "args": ["-y", "@anthropic/mcp-document-ops"], "env": { "TEMP_DIR": "/tmp/doc-processing", "MAX_FILE_SIZE": "100MB" } } } } ``` ### Use Cases **Report Generation**: Extract data from spreadsheets and generate formatted reports. **Content Migration**: Convert legacy documents to modern formats. **Data Extraction**: Pull structured data from PDFs and documents for processing. The Document Operations MCP Server brings powerful document processing to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "document-operations": {
      "mcpServers": {
        "document-operations": {
          "args": [
            "document-operations-mcp"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 11. Requires Python 3.10+
  2. 22. Create and edit Word, Excel, PDF files
  3. 33. Convert between formats (txt to docx, csv to xlsx, docx to pdf)

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