$ timeahead.in
mcp/tooljetmcp/install

install @tooljet/mcp

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/ToolJet/tooljet-mcp
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tooljet": {
      "command": "npx",
      "args": [
        "-y",
        "@tooljet/mcp"
      ],
      "env": {
        "TOOLJET_ACCESS_TOKEN": "your-access-token",
        "TOOLJET_HOST": "https://your-tooljet-instance.com"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/tooljetmcp/install/claude-desktop
← back to @tooljet/mcp