auth0-mcp-server
Connect LLMs and AI agents to Auth0 Management APIs via an MCP server. Use natural-language commands to create apps, deploy Actions, and query logs—runs locally and supports interactive tenant authentication for secure Auth0 administration from AI tools/CLIs.
File Explorer
Download Latest Version (.zip)- action.yml
- action.yml
- action.yml
- action.yml
- action.yml
- action.yml
- action.yml
- Bug Report.yml
- config.yml
- Feature Request.yml
- npm-release.yml
- release.yml
- rl-secure.yml
- test.yml
- CODEOWNERS
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- stale.yml
- auth0-mcp-example-demo.gif
- auth0-mcp-server-hld.png
- help-image-01.png
- help-image-02.png
- help-image-03.png
- mcp-banner-light.png
- mcp-server-auth.png
- init.toml
- logout.toml
- session.toml
- client-credentials-flow.ts
- device-auth-flow.ts
- base.ts
- claude-code.ts
- claude.ts
- cursor.ts
- gemini.ts
- index.ts
- types.ts
- utils.ts
- vscode.ts
- windsurf.ts
- init.ts
- logout.ts
- run.ts
- session.ts
- actions.ts
- application-grants.ts
- applications.ts
- forms.ts
- index.ts
- logs.ts
- onboarding.ts
- quickstarts.ts
- resource-servers.ts
- analytics.ts
- auth0-client.ts
- config.ts
- constants.ts
- credentials-writer.ts
- env-credentials.ts
- fetch.ts
- glob.ts
- http-utility.ts
- keychain.ts
- logger.ts
- onboarding.ts
- package.ts
- quickstart-guide.ts
- quickstart-placeholders.ts
- quickstarts.ts
- rate-limiter.ts
- response-masker.ts
- scopes.ts
- terminal.ts
- tools.ts
- types.ts
- exports.ts
- index.ts
- server.ts
- client-credentials-flow.test.ts
- device-auth-flow.test.ts
- request-authorization.test.ts
- logs.benchmark.test.ts
- README.md
- base.test.ts
- claude-code.test.ts
- clients.test.ts
- index.test.ts
- utils.test.ts
- vscode.test.ts
- init-client-credentials.test.ts
- init.test.ts
- logout.test.ts
- run.test.ts
- session.test.ts
- mcp-test.ts
- mcp-server.test.ts
- actions.ts
- applications.ts
- forms.ts
- logs.ts
- resource-servers.ts
- config.ts
- handlers.ts
- terminal.ts
- actions.test.ts
- application-grants.test.ts
- applications.test.ts
- forms.test.ts
- index.test.ts
- logs.test.ts
- onboarding.test.ts
- quickstarts.test.ts
- resource-servers.test.ts
- tool-parameter-schema.test.ts
- analytics.test.ts
- auth0-client.test.ts
- config.test.ts
- credentials-writer.test.ts
- env-credentials.test.ts
- fetch.test.ts
- glob.test.ts
- keychain.test.ts
- onboarding.test.ts
- quickstart-guide.test.ts
- quickstart-placeholders.test.ts
- quickstarts.test.ts
- rate-limiter.test.ts
- response-masker.test.ts
- scopes.test.ts
- tools.test.ts
- exports.test.ts
- index.test.ts
- README.md
- server.test.ts
- setup.ts
- generate-notice.js
- local-setup.js
- publish-smithery.js
- .gitignore
- .mcpbignore
- .prettierignore
- .prettierrc
- .shiprc
- .version
- AGENTS.md
- CHANGELOG.md
- eslint.config.js
- gemini-extension.json
- GEMINI.md
- glama.json
- icon.png
- LICENSE
- manifest.json
- NOTICE
- package.json
- README.md
- server.json
- tsconfig.json
- tsconfig.test.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/auth0/auth0-mcp-server
Downloads the entire project code from GitHub to your computer.
cd auth0-mcp-server
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
npm run setup
Type this command into your terminal and run it.
npm run dev
Starts the development/run server.
npm run dev:debug
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
