ToolJet MCP Server
@ToolJet
About ToolJet MCP Server
Connect ToolJet to your AI assistants
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tooljet": {
"command": "npx",
"args": [
"-y",
"@tooljet/mcp"
],
"env": {
"TOOLJET_ACCESS_TOKEN": "your-access-token",
"TOOLJET_HOST": "https://your-tooljet-instance.com"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ToolJet MCP Server?
ToolJet MCP Server is a bridge that connects AI assistants (such as Claude, Cursor, and other MCP-compatible tools) to your ToolJet platform via the Model Context Protocol. It enables AI assistants to manage users and workspaces, access app information, and perform administrative tasks on a ToolJet instance programmatically.
How to use ToolJet MCP Server?
Configure your MCP client (e.g., Claude, Cursor) with a JSON entry using npx -y @tooljet/mcp. Set the environment variables TOOLJET_ACCESS_TOKEN (from your ToolJet instance) and TOOLJET_HOST (your ToolJet instance URL). On Windows, prefix the command with cmd /c. Once configured, the AI assistant can call the provided tools.
Key features of ToolJet MCP Server
- List all users in a ToolJet instance
- Get detailed information about a specific user
- Create a new user in a specified workspace
- Update a user’s profile or role
- List all workspaces in the ToolJet instance
- List all applications within a specific workspace
Use cases of ToolJet MCP Server
- "Show me all users in my ToolJet instance"
- "Create a new user named John Doe in the Marketing workspace"
- "List all the apps in the Development workspace"
- "Update the role of [email protected] to Admin in the Sales workspace"
- "Retrieve workspace information and manage user permissions"
FAQ from ToolJet MCP Server
What are the requirements to use ToolJet MCP Server?
Node.js v14 or higher, a ToolJet instance with admin access, and an MCP-compatible AI assistant.
How do I get an access token for my ToolJet instance?
You must obtain an access token from your ToolJet instance and set it as the TOOLJET_ACCESS_TOKEN environment variable. Refer to the ToolJet API documentation for enabling the API.
How do I configure ToolJet MCP Server on Windows?
Prefix the npx command with cmd /c in the MCP client configuration JSON.
What tools does ToolJet MCP Server provide?
Tools for user management (get-all-users, get-user, create-user, update-user, update-user-role), workspace management (get-all-workspaces), and application management (get-all-apps).
Is ToolJet MCP Server open source?
Yes, the source code is available on GitHub at https://github.com/ToolJet/tooljet-mcp.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments