In manual client registration, you can register any MCP client using the Auth0 Dashboard or Auth0 CLI. For production MCP deployments, we recommend using manual CIMD registration for its security and scalability in managing registration credentials.Documentation Index
Fetch the complete documentation index at: https://auth0.com/ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
You can use manual client registration with any MCP client:- Native app: executes on a mobile device
- Single-page app (SPA): executes on a browser
- Regular web app: executes on a server
- Machine-to-machine (M2M) app: executes on backend service
Manually register MCP client in Auth0
- Auth0 Dashboard
- Auth0 CLI
Manually register an MCP client by creating an application in the Auth0 Dashboard:
- Go to Dashboard > Applications > Applications and select Create Application.
- Select Create it manually and give your new application a descriptive name. Then, select an app type:
- Native Applications: These applications include mobile, desktop, or hybrid apps running natively on a device (e.g., iOS, Android).
- Single-Page Web Applications: These applications include JavaScript apps that perform most of their user interface logic in a web browser, communicating with a web server primarily using APIs (e.g., AngularJS + Node.js or React).
- Regular Web Applications: These applications are traditional web applications that perform most of their application logic on the server (e.g., Express.js, ASP.NET).
- Machine-to-Machine Applications: These applications include non-interactive applications, such as command-line tools, daemons, IoT devices, or services running on your back-end.
- Select Create.
Learn more
- Create Applications: Learn how to create applications in Auth0