4,500+ servers built on MCP Fusion
Vinkius
ToolJet logo
Vinkius
CrewAI logo

How to Use the ToolJet MCP in CrewAI

Run specialized, autonomous operations against ToolJet databases using CrewAI multi-agent collaboration.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

ToolJet MCP on Cursor AI Code Editor MCP Client ToolJet MCP on Claude Desktop App MCP Integration ToolJet MCP on OpenAI Agents SDK MCP Compatible ToolJet MCP on Visual Studio Code MCP Extension Client ToolJet MCP on GitHub Copilot AI Agent MCP Integration ToolJet MCP on Google Gemini AI MCP Integration ToolJet MCP on Lovable AI Development MCP Client ToolJet MCP on Mistral AI Agents MCP Compatible ToolJet MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect ToolJet MCP to CrewAI

Create your Vinkius account to connect ToolJet to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Coordinate data discovery across teams.

The `list_tables` tool lets one agent discover all available tables in the ToolJet Database. A second agent can then use that knowledge to plan a multi-part investigation into the system's structure. This is great for complex monitoring tasks: Agent A lists the schemas, and Agent B uses that list to determine which data needs checking next.

Collect specific operational data records.

An analyst agent can use `query_table` to retrieve precise records from a ToolJet Database table. This collected data becomes shared memory for the rest of the crew members. A specialized reporting agent takes this output and analyzes it, ensuring that all necessary information is pulled in one go before generating a final summary.

Automate external process triggers.

If a key metric changes, an action agent can use `trigger_workflow` to notify or update another system via webhook. The crew acts like a true operations team. A moderator agent watches the primary workflow's output and decides if it needs to escalate by calling this trigger tool, ensuring no process is left hanging.

Setup guide

Set up ToolJet MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke ToolJet tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="ToolJet Analyst",
    goal="Access and analyze ToolJet data via MCP.",
    backstory="Expert analyst with direct ToolJet access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent ToolJet transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about ToolJet MCP in CrewAI

You assign a 'Data Analyst' role that uses `query_table`. The agent pulls the necessary records into shared memory, allowing a second 'Report Generator' agent to analyze that specific dataset.
Yes. An 'Admin Agent' can use `insert_row` to log decisions or outcomes into a ToolJet Database table, keeping an accurate audit trail visible to the whole crew.
Use `list_tables` first. This allows your monitoring agent to understand the available data structures before any other specialized task begins, guaranteeing a solid foundation for the crew.
Absolutely. You can chain tools: Agent A queries data, and if the result meets criteria X, it triggers a workflow via `trigger_workflow` to handle the next step autonomously.
This server touches database records (the data type). Because multiple agents are involved, ensure that all agents have the minimum necessary permissions to access and modify the required tables.

Start using the ToolJet MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 4 tools

We've already built the connector for ToolJet. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 4 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.