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
FreshBooks
file-invoice

FreshBooks MCP Server

Invoicing and accounting

accountinginvoicingexpenses

About

## FreshBooks MCP Server: Small Business Accounting The **FreshBooks MCP Server** integrates FreshBooks' accounting platform into Google Antigravity, enabling developers to manage invoices, expenses, and accounting through AI-assisted small business workflows. ### Why FreshBooks MCP? - **Easy Invoicing**: Professional invoices in minutes - **Time Tracking**: Built-in time tracking for billable hours - **Expense Tracking**: Capture and categorize expenses - **Client Management**: Organize client information - **Reports**: Financial reports and insights ### Key Features #### 1. Invoicing ```javascript // Create invoice const invoice = await freshbooks.createInvoice({ customerId: "customer_123", lines: [ { name: "Web Development", description: "Frontend development work", qty: 40, unit_cost: { amount: 150, code: "USD" } } ], due_offset_days: 30 }); // Send invoice await freshbooks.sendInvoice({ invoiceId: invoice.id, recipients: ["client@company.com"] }); // Get invoices const invoices = await freshbooks.getInvoices({ status: "unpaid" }); // Record payment await freshbooks.recordPayment({ invoiceId: invoice.id, amount: 6000, date: "2024-12-15" }); ``` #### 2. Expenses and Time ```javascript // Create expense const expense = await freshbooks.createExpense({ amount: { amount: 49.99, code: "USD" }, vendor: "AWS", date: "2024-12-15", category: "Software", notes: "Monthly hosting" }); // Log time entry const time = await freshbooks.createTimeEntry({ clientId: "client_123", projectId: "project_456", duration: 14400, // 4 hours in seconds date: "2024-12-15", notes: "API development" }); // Get profit/loss report const report = await freshbooks.getProfitLossReport({ startDate: "2024-01-01", endDate: "2024-12-31" }); ``` ### Configuration ```json { "mcpServers": { "freshbooks": { "command": "npx", "args": ["-y", "@anthropic/mcp-freshbooks"], "env": { "FRESHBOOKS_CLIENT_ID": "your-client-id", "FRESHBOOKS_CLIENT_SECRET": "your-client-secret", "FRESHBOOKS_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Freelance Billing**: Automate invoicing for freelance work. **Project Billing**: Track time and invoice by project. **Financial Reports**: Generate financial reports for tax prep. The FreshBooks MCP Server brings small business accounting to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "freshbooks": {
      "mcpServers": {
        "freshbooks": {
          "env": {
            "FRESHBOOKS_CLIENT_ID": "your-client-id",
            "FRESHBOOKS_CLIENT_SECRET": "your-secret"
          },
          "args": [
            "-y",
            "freshbooks-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Create FreshBooks app
  2. 2Get OAuth credentials
  3. 3Manage invoices

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