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
Pandoc MCP Server
repeat

Pandoc MCP Server MCP Server

Universal document converter

pandocconversiondocumentsformats

About

## Pandoc MCP Server: Universal Document Converter The **Pandoc MCP Server** integrates the Swiss Army knife of document conversion directly into Google Antigravity, enabling AI assistants to convert between virtually any document format programmatically. This integration brings unparalleled document conversion capabilities to your development workflow. ### Why Pandoc MCP? - **Universal Converter**: Convert between 40+ document formats seamlessly - **Academic Writing**: Support for citations, bibliographies, and academic formats - **Template System**: Apply custom templates for consistent output styling - **Filter Support**: Extend functionality with Lua and Python filters - **Metadata Handling**: Comprehensive metadata transformation and preservation ### Key Features #### 1. Format Conversion ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert this Markdown document to a formatted Word document" }], tools=[{ "name": "pandoc_convert", "description": "Convert documents" }] ) ``` #### 2. Academic Documents ```python # Convert with citations response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert this Markdown paper to LaTeX with IEEE citation style" }], tools=[{"name": "pandoc_academic", "description": "Academic conversion"}] ) ``` #### 3. Template Application ```python # Apply templates response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert to PDF using our corporate report template" }], tools=[{"name": "pandoc_template", "description": "Apply templates"}] ) ``` #### 4. Batch Conversion ```python # Convert multiple documents response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert all Markdown files in docs/ to HTML with table of contents" }], tools=[{"name": "pandoc_batch", "description": "Batch conversion"}] ) ``` ### Configuration ```json { "mcpServers": { "pandoc": { "command": "npx", "args": ["-y", "@anthropic/mcp-pandoc"], "env": { "PANDOC_DATA_DIR": "~/.pandoc", "DEFAULT_PDF_ENGINE": "xelatex" } } } } ``` ### Use Cases **Documentation Publishing**: Convert documentation to multiple output formats. **Academic Writing**: Produce papers in various formats with proper citations. **E-Book Creation**: Convert content to EPUB and other e-book formats. **Report Generation**: Generate formatted reports from Markdown or other sources. The Pandoc MCP Server brings universal document conversion directly into your development workflow, enabling any-to-any format transformations.

Installation

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

How to Use

  1. 140+ format support
  2. 2Universal conversion
  3. 3Academic formats

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