{"id":28627139,"url":"https://github.com/tooljet/tooljet-mcp","last_synced_at":"2025-06-12T09:06:29.645Z","repository":{"id":287352539,"uuid":"964446653","full_name":"ToolJet/tooljet-mcp","owner":"ToolJet","description":"Connect ToolJet to your AI assistants ","archived":false,"fork":false,"pushed_at":"2025-04-16T06:20:05.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-26T06:22:42.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ToolJet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T08:20:51.000Z","updated_at":"2025-04-30T01:54:37.000Z","dependencies_parsed_at":"2025-04-11T10:47:06.957Z","dependency_job_id":"5eb315b7-41bd-4698-aea4-5fd32177d338","html_url":"https://github.com/ToolJet/tooljet-mcp","commit_stats":null,"previous_names":["tooljet/tooljet-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ToolJet/tooljet-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToolJet%2Ftooljet-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToolJet%2Ftooljet-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToolJet%2Ftooljet-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToolJet%2Ftooljet-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ToolJet","download_url":"https://codeload.github.com/ToolJet/tooljet-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToolJet%2Ftooljet-mcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259436148,"owners_count":22857134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-12T09:06:13.130Z","updated_at":"2025-06-12T09:06:29.635Z","avatar_url":"https://github.com/ToolJet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToolJet MCP\n\nEmpower your AI assistants with direct access to your ToolJet platform. This MCP (Model Context Protocol) integration enables AI tools like Claude, Cursor, and other MCP-compatible assistants to interact with your ToolJet instance.\n\n## What is ToolJet MCP?\n\nToolJet MCP is a bridge that connects AI assistants to your ToolJet platform through the Model Context Protocol. This allows AI tools to:\n\n- Manage users and workspaces\n- Access app information\n- Perform administrative tasks\n- Interact with your ToolJet instance programmatically\n\n## Getting Started\n\n### Requirements\n\n- Node.js (v14 or higher)\n- A ToolJet instance with admin access\n- An MCP-compatible AI assistant (Claude, Cursor, etc.)\n\n### Configuration\n\n#### Step 1: Get an Access Token\n\nGet an access token of your ToolJet instance that you've setup up in your environment variables. You'll need this token to authenticate the MCP server. Refer to the [ToolJet API](https://docs.tooljet.ai/docs/tooljet-api#enabling-tooljet-api) documentation for more details.\n\n#### Step 2: Set Up Your AI Assistant\n\n\nConfigure your MCP client (such as Claude, Cursor, etc.) to use this server. Most MCP clients store the configuration as JSON in the following format:\n\n```json\n{\n  \"mcpServers\": {\n    \"tooljet\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@tooljet/mcp\"\n      ],\n      \"env\": {\n        \"TOOLJET_ACCESS_TOKEN\": \"your-access-token\",\n        \"TOOLJET_HOST\": \"https://your-tooljet-instance.com\"\n      }\n    }\n  }\n}\n```\n\n### Platform-Specific Setup\n\n#### Windows Users\n\nIf you're using Windows, prefix the command with `cmd /c`:\n\n```json\n{\n  \"mcpServers\": {\n    \"tooljet\": {\n      \"command\": \"cmd\",\n      \"args\": [\n        \"/c\",\n        \"npx\",\n        \"-y\",\n        \"@tooljet/mcp\"\n      ],\n      \"env\": {\n        \"TOOLJET_ACCESS_TOKEN\": \"your-access-token\",\n        \"TOOLJET_HOST\": \"https://your-tooljet-instance.com\"\n      }\n    }\n  }\n}\n```\n\n## Available Tools\n\nToolJet MCP provides several tools that AI assistants can use to interact with your ToolJet instance:\n\n### User Management\n\n| Tool | Description |\n|------|-------------|\n| `get-all-users` | Retrieve a list of all users in your ToolJet instance |\n| `get-user` | Get detailed information about a specific user |\n| `create-user` | Create a new user in a specified workspace |\n| `update-user` | Update a user's profile information |\n| `update-user-role` | Change a user's role within a workspace |\n\n### Workspace Management\n\n| Tool | Description |\n|------|-------------|\n| `get-all-workspaces` | List all workspaces in your ToolJet instance |\n\n### Application Management\n\n| Tool | Description |\n|------|-------------|\n| `get-all-apps` | List all applications within a specific workspace |\n\n## Example Usage\n\nOnce configured, your AI assistant can perform tasks like:\n\n- \"Show me all users in my ToolJet instance\"\n- \"Create a new user named John Doe in the Marketing workspace\"\n- \"List all the apps in the Development workspace\"\n- \"Update the role of user@example.com to Admin in the Sales workspace\"\n\n## Development\n\nWant to contribute to ToolJet MCP? Here's how to set up the development environment:\n\n```bash\n# Clone the repository\ngit clone https://github.com/ToolJet/tooljet-mcp\n\n# Install dependencies\ncd mcp\nnpm install\n\n# Build the project\nnpm run build\n```\n\n## Learn More\n\n- [ToolJet Documentation](https://docs.tooljet.com/)\n- [Model Context Protocol](https://modelcontextprotocol.io/)\n- [ToolJet GitHub Repository](https://github.com/ToolJet/ToolJet)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooljet%2Ftooljet-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftooljet%2Ftooljet-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooljet%2Ftooljet-mcp/lists"}