ToolJet

ToolJet MCP Connector for Claude

A+

Manage ToolJet databases and trigger workflows directly from your AI agent—query tables, insert data, and automate processes.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your ToolJet workspace to any AI agent to interact with your internal databases and automate business logic through natural language.

What you can do

  • Database Exploration — List all available tables within your ToolJet Database to understand your data structure.
  • Advanced Querying — Execute SQL SELECT queries on your tables to retrieve specific records, filter data, and generate insights.
  • Data Entry — Insert new rows into your database tables directly from the chat interface using structured JSON data.
  • Workflow Automation — Trigger complex ToolJet Workflows via webhooks, passing custom payloads to start automated business processes.

How it works

  1. Subscribe to this server
  2. Enter your ToolJet API Key (and optional Host URL for self-hosted instances)
  3. Start managing your internal data and workflows from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — Quickly query internal databases or trigger CI/CD workflows without leaving the code editor.
  • Operations Teams — Update records or start business processes using natural language instead of complex UIs.
  • Data Analysts — Explore ToolJet Database tables and run ad-hoc queries to verify data integrity.
low-codeinternal-toolssql-queryworkflow-automationdatabase-managementbusiness-logic

4 tools expose this connector's capabilities to your AI agent.

insert_row

Insert a new row into a ToolJet Database table

list_tables

List all tables in the ToolJet Database

query_table

Use this for reading data (SELECT). Perform a SQL query on a ToolJet Database table

trigger_workflow

Trigger a ToolJet Workflow via Webhook

See how to talk to your AI agent using ToolJet.

List all the tables available in my ToolJet Database.

I've retrieved the tables for your workspace. You have 3 tables: 'inventory', 'orders', and 'customers'.

Run a query to find all orders with a status of 'pending' in organization 'org_123'.

Executing `query_table`... I found 2 pending orders: Order #501 (Total: $120) and Order #505 (Total: $45).

Trigger the workflow 'wf_987' with the payload {"user_id": "123", "action": "reset"}.

The workflow 'wf_987' has been triggered successfully. The response from ToolJet indicates the process has started.

Yes, the `query_table` tool allows you to execute SQL queries. As long as the tables exist in your ToolJet Database and your organization ID is correct, you can perform SELECT statements including joins and filters.

Related Connectors