auth0-mcp-serverServer

auth0
GitHub
Auth0AI IntegrationManagement

Loading subscription status...

💡 Description

The Auth0 MCP server integrates large language models and AI agents to perform various Auth0 management tasks through natural language. It enables management of Auth0 resources like applications, resource servers (APIs), actions, forms, and accessing Auth0 logs.

📝 JSON Entries

{
  "mcpServers": [
    {
      "auth0": {
        "env": {
          "DEBUG": "auth0-mcp"
        },
        "args": [
          "-y",
          "@auth0/auth0-mcp-server",
          "run"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

auth0_list_applicationsauth0_get_applicationauth0_create_applicationauth0_update_applicationauth0_list_resource_serversauth0_get_resource_serverauth0_create_resource_serverauth0_update_resource_serverauth0_list_actionsauth0_get_actionauth0_create_actionauth0_update_actionauth0_deploy_actionauth0_list_logsauth0_get_logauth0_list_formsauth0_get_formauth0_create_formauth0_update_formauth0_publish_form

Features

  • Management of Auth0 applications, resource servers, actions, forms, and logs
  • Natural language interaction
  • Secure token storage

💬 Example Queries

  • Create a new Auth0 app and get the domain and client ID
  • Create and deploy a new Auth0 action to generate a JWT token
  • Can you check the Auth0 logs for logins from IP address 192.108.92.3?