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
Expensify MCP
๐Ÿงพ

Expensify MCP MCP Server

Expense management and reporting platform.

expensifyexpensesreportsreceipts

About

## Expensify MCP Server: Expense Management The **Expensify MCP Server** integrates Expensify's expense management platform into Google Antigravity, enabling developers to automate expense reporting and reimbursement through AI-assisted financial workflows. ### Why Expensify MCP? - **Smart Scanning**: AI-powered receipt scanning - **Automatic Reports**: Auto-generate expense reports - **Policy Enforcement**: Automatic policy compliance - **Global Support**: Multi-currency and international travel - **Integrations**: Connect with accounting and HR systems ### Key Features #### 1. Expense Reporting ```javascript // Create expense const expense = await expensify.createExpense({ merchant: "Uber", amount: 2500, // cents currency: "USD", date: "2024-12-15", category: "Transportation", receipt: receiptBase64 }); // Get expenses const expenses = await expensify.getExpenses({ startDate: "2024-12-01", endDate: "2024-12-31", status: "unreported" }); // Create report const report = await expensify.createReport({ title: "December Business Travel", expenses: expenses.map(e => e.id) }); // Submit report await expensify.submitReport({ reportId: report.id }); ``` #### 2. Approval and Reimbursement ```javascript // Get pending approvals const pending = await expensify.getPendingApprovals(); // Approve report await expensify.approveReport({ reportId: pending[0].id, comment: "Approved for reimbursement" }); // Reimburse expense await expensify.reimburseReport({ reportId: report.id, method: "ach" }); // Get reimbursement status const status = await expensify.getReimbursementStatus({ reportId: report.id }); ``` ### Configuration ```json { "mcpServers": { "expensify": { "command": "npx", "args": ["-y", "@anthropic/mcp-expensify"], "env": { "EXPENSIFY_PARTNER_ID": "your-partner-id", "EXPENSIFY_PARTNER_SECRET": "your-partner-secret" } } } } ``` ### Use Cases **Expense Automation**: Automate expense report creation and submission. **Policy Compliance**: Enforce spending policies automatically. **Reimbursement Tracking**: Track reimbursement status programmatically. The Expensify MCP Server brings expense automation to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "expensify": {}
  }
}

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