auth0-mcp-server

(★ 113)

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.

  • .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 Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
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