Launching MCP Inspector
First, make sure your MCP server is running in a separate terminal. Then, open a new terminal window and run the following command to launch the MCP Inspector:
Connect to your MCP server
Once the Inspector is open, you need to configure it to connect to your local MCP server.- Set the Transport Type to
Streamable HTTP. - Enter your server’s URL, which is typically
http://localhost:3001/mcp.
- Static Client Registration
- Dynamic Client Registration
Create an Application to Represent Your MCP Client
Run this command to create the client:Client ID and Client Secret from the command output.In the left navigation menu, click on Authentication and enter the Client ID and Client Secret you obtained when you registered your application.- Click Connect.


Run your tools
After authenticating, you can run the tools the MCP server exposes for your user. These tools may be different per user depending on your server configuration.
List of tools available in the MCP Server

Troubleshooting common issues
If you run into problems, here are a few things to check first:Connection failed:
- Ensure your MCP server is running in a separate terminal.
- Double-check that the URL (http://localhost:3001/mcp) in the Inspector matches the port and endpoint your server is configured to use.
Authentication errors:
- Verify that the Client ID and Client Secret you entered in the Inspector are correct and have no extra spaces.
- Make sure you’re logging in with a user account that exists in your authentication provider (e.g., Auth0).
No tools appear after login:
- This usually means the user you logged in with doesn’t have the required roles or permissions.
- Check your authentication provider to ensure the user has been assigned the correct roles (e.g., “Tool User” or “Tool Administrator”).
- Confirm that the scopes defined in your server’s oauth configuration match the permissions required by the tools.