Low-code platform
## 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.
{
"mcpServers": {
"tooljet": {
"mcpServers": {
"tooljet": {
"env": {
"TOOLJET_URL": "https://your-tooljet.com",
"TOOLJET_API_KEY": "your-api-key"
},
"args": [
"-y",
"tooljet-mcp-server"
],
"command": "npx"
}
}
}
}
}