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
- Supabase MCP: Database schema & queries.
- Firebase MCP: Analytics & Config.
- RevenueCat MCP: Subscription data.
- Context7 MCP: Enhanced codebase context.
- Figma MCP: Design-to-code integration.
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.