ToolJet MCP Server
@ToolJet
ToolJet MCP Server について
Connect ToolJet to your AI assistants
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント