Integrates with LLMs and AI agents, allowing you to perform various Auth0 management operations using natural language. For instance, you could simply ask Claude to create a new Auth0 app and get the domain and client ID.
Press the "Install Now" Button
- In your FastMCP connection interface, click the "Install Now" button to begin the setup process for the Auth0 MCP server.
Run the Initialization Command
Log in to Your Auth0 Account
- In the web browser window, log in with your Auth0 account credentials.
- Grant the permission requests to allow the MCP server to access your Auth0 tenant for management operations.
Select the Auth0 Tenant
- If prompted, select the specific Auth0 tenant (organization or environment) you want to connect to the MCP server.
Complete the Authorization
- Follow the on-screen instructions to complete authorization.
- Once complete, the credentials (tokens) will be saved securely in your computer’s keychain—there is no need to manually copy or enter any keys/tokens.
Return to the FastMCP Connection Interface
- After successful authentication, return to the FastMCP connection interface; the connection should now be established.
Note: If, in the future, your authorization expires, or you wish to use a different Auth0 tenant, simply repeat these steps by running the npx @auth0/auth0-mcp-server init
command again.
(Optional) Opt-Out of Analytics
- To disable anonymized analytic data collection, add the following ENV in the FastMCP interface:
- AUTH0_MCP_ANALYTICS:
false
You do not need to manually obtain or enter any Auth0 API keys or tokens.
All required credentials are securely managed via the interactive browser-based authentication process.