Studio 3T bundles mongo tools by default, but we’ve made it possible to point IntelliShell, mongodump
, and mongorestore
to use the executable (.exe
) files that suits your version.
You can pick up these executable files through the PATH
environment variable, or by pointing point to the files directly under Studio 3T preferences.
Prerequisites
1. Download Studio 3T.
2. Download the relevant executable files for your MongoDB version. You can find the archived downloads of MongoDB Community Server here, and MongoDB Enterprise Server here.
Option 1: Use the executable (.exe) file from the PATH environment variable
1. Open the command prompt or terminal.
2. Add the executable file paths to the $PATH
variable. These files are usually in the bin
directory where the distribution was unpacked.
bin/mongo
for mongo shell/IntelliShellbin/mongorestore
for mongorestorebin/mongodump
for mongodump
3. Open Studio 3T and go to Studio 3T > Preferences.
4. Click on the MongoDB Tools tab.
5. Click on the IntelliShell, mongorestore, or mongodump tab and choose Use the ‘…’ executable found on the ‘PATH’ environment variable.

If correctly configured in the PATH
variable, Studio 3T should pick up and use the relevant executable file.
Option 2: Point to the .exe file under Preferences
1. Open Studio 3T and go to Studio 3T > Preferences.
2. Click on the MongoDB Tools tab.
3. Click on the IntelliShell, mongorestore, or mongodump tab and choose Use the following ‘…’ executable. These files are usually found in the bin
directory where the distribution was unpacked.
- mongo shell/IntelliShell uses
mongo.exe
- mongorestore uses
mongorestore.exe
- mongodump uses
mongodump.exe

4. Click OK.
Applying changes on a MongoDB connection level
1. Open the Connection Manager by clicking on the Connect button from the global toolbar, or Open Connection Manager on the Quickstart tab.

2. Choose a connection, then click on Edit in the toolbar.
3. Click on the MongoDB Tools tab.
4. Uncheck the Use global settings box.

5. Under the IntelliShell, mongorestore, and mongodump tabs, choose your preferred configuration.
6. Click Save.
Check your IntelliShell implementation
1. Connect to a database and open IntelliShell.
- Button – Click on the IntelliShell button in the global toolbar
- Right-click – Right-click on a target collection and choose Open IntelliShell
- Shortcut – Press Ctrl + L (⌘+ L)
2. You should see an older MongoDB shell version number in the Shell Output tab.
