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
ToolJet
cpu

ToolJet MCP Server

Low-code platform

low-codetoolsopen-source

About

## Tooljet MCP Server: Open-Source Low-Code Application Platform The **Tooljet MCP Server** integrates the open-source low-code platform into Google Antigravity, enabling rapid development of internal tools and business applications with complete control over your data and infrastructure. ### Why Tooljet MCP? - **Open Source Freedom**: Self-host with full access to source code, avoiding vendor lock-in and ensuring data sovereignty - **Visual Builder**: Build applications visually with 45+ pre-built UI components and drag-and-drop interfaces - **Data Integration**: Connect to databases, APIs, GraphQL endpoints, and SaaS applications with built-in connectors - **JavaScript Extensibility**: Write custom JavaScript for complex logic, transformations, and integrations - **Multi-Tenant Support**: Build applications for multiple teams with workspace isolation and access controls ### Key Features #### 1. Application Development ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a Tooljet application for inventory management with product list, stock levels, and reorder alerts" }] ) ``` #### 2. Query Configuration ```python # Set up data queries response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Configure Tooljet queries to fetch data from PostgreSQL and REST API with pagination support" }] ) ``` #### 3. Component Design ```python # Build UI components response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Add a data table with sorting, filtering, and inline editing for the orders view" }] ) ``` #### 4. Workflow Automation ```python # Create automations response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Set up Tooljet workflow that triggers email notification when inventory falls below threshold" }] ) ``` ### Configuration ```json { "mcpServers": { "tooljet": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-tooljet"], "env": { "TOOLJET_HOST": "https://your-tooljet-instance.com", "TOOLJET_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Internal Tools**: Build admin panels, dashboards, and CRUD applications without dedicated development resources. **Data Operations**: Create interfaces for data entry, validation, and bulk operations with database connectivity. **Process Automation**: Digitize manual business processes with forms, approvals, and notifications. **Reporting Dashboards**: Build interactive dashboards that combine data from multiple sources for business insights. The Tooljet MCP Server democratizes application development, enabling teams to build powerful internal tools while maintaining complete control over their infrastructure and data.

Installation

Configuration
{
  "mcpServers": {
    "tooljet": {
      "mcpServers": {
        "tooljet": {
          "env": {
            "TOOLJET_URL": "https://your-tooljet.com",
            "TOOLJET_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "tooljet-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Deploy ToolJet instance
  2. 2Get API key
  3. 3Build internal tools

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