MCP.so
登录

ToolJet MCP Server

@ToolJet

关于 ToolJet MCP Server

Connect ToolJet to your AI assistants

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

ToolJet

提交者

Shubham Gupta

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "tooljet": {
      "command": "npx",
      "args": [
        "-y",
        "@tooljet/mcp"
      ],
      "env": {
        "TOOLJET_ACCESS_TOKEN": "your-access-token",
        "TOOLJET_HOST": "https://your-tooljet-instance.com"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器