LogoSTMCP
Download
auth0-mcp-server

Auth0 MCP Server

Auth0 MCP Server enables AI assistants like Claude to securely manage Auth0 tenants through natural language commands, providing tools for applications, APIs, actions, logs, and forms management.

Tools

1. auth0_list_applications

List all applications in the Auth0 tenant or search by name.

2. auth0_get_application

Get details about a specific Auth0 application.

3. auth0_create_application

Create a new Auth0 application.

4. auth0_update_application

Update an existing Auth0 application.

5. auth0_list_resource_servers

List all resource servers (APIs) in the Auth0 tenant.

6. auth0_get_resource_server

Get details about a specific Auth0 resource server.

7. auth0_create_resource_server

Create a new Auth0 resource server (API).

8. auth0_update_resource_server

Update an existing Auth0 resource server.

9. auth0_list_actions

List all actions in the Auth0 tenant.

10. auth0_get_action

Get details about a specific Auth0 action.

11. auth0_create_action

Create a new Auth0 action.

12. auth0_update_action

Update an existing Auth0 action.

13. auth0_deploy_action

Deploy an Auth0 action.

14. auth0_list_logs

List logs from the Auth0 tenant.

15. auth0_get_log

Get a specific log entry by ID.

16. auth0_list_forms

List all forms in the Auth0 tenant.

17. auth0_get_form

Get details about a specific Auth0 form.

18. auth0_create_form

Create a new Auth0 form.

19. auth0_update_form

Update an existing Auth0 form.

20. auth0_publish_form

Publish an Auth0 form.

Open Graph image for Auth0 MCP Server

JSON Config

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

Useful Links

Information

  • Author@auth0
  • Published date2025/09/13