Skip to main content
Mobile Launcher
Advanced AI

MCP Servers

Supercharge your AI assistant with direct access to your tools

MCP Servers

Connect your AI assistant directly to your services via Model Context Protocol (MCP).

What are MCP Servers?

MCP (Model Context Protocol) allows AI assistants (like Claude, Cursor, Antigravity) to safely interact with external tools. By configuring these servers, your AI can:

  • Read/Write Database: Inspect table schemas and run queries.
  • Check Analytics: Fetch user stats from Firebase.
  • Manage Subscriptions: Check RevenueCat customers.
  • Read Designs: Fetch component specs from Figma.

Available Servers

General Configuration

Edit ~/.claude/config.json:

Json
{
  "mcpServers": {
    "supabase": { ... },
    "firebase": { ... }
  }
}

Go to Settings -> Features -> MCP Servers -> Add New.

Edit .antigravity/config.yml or use the Dashboard.