> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Auth0 Model Context Protocol (MCP) Server

> Learn how to integrate Auth0 with Model Context Protocol (MCP).

The Auth0 Model Context Protocol (MCP) Server connects AI agents to your Auth0 tenant, allowing them to perform complex, multi-step operations in Auth0 such as creating applications, managing users, or deploying Actions. It leverages the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction), a standardized protocol that enables AI agents to communicate with external tools and APIs to execute tasks on your behalf.

Designed for developers who use AI-powered tools like Cursor, Windsurf, or Claude Desktop, the Auth0 MCP Server transforms how developers manage their identity infrastructure, making it faster and easier to work with Auth0 services.

<Frame>
  <img src="https://mintcdn.com/docs-dev-docs-event-stream-action-templates/4qGX8tpXyo1pAaMc/docs/images/fr-ca/cdy7uua7fh8z/fyhSXo4M1CkTGe1sRXbfk/51b967178c300ea5ab120a894d2bb272/auth0-mcp-server-hld__3x.png?fit=max&auto=format&n=4qGX8tpXyo1pAaMc&q=85&s=e74f0df54d84deb1a70aa913b9020465" alt="Auth0 Model Context Protocol (MCP) Server allows you to use natural language commands to manage your identity infrastructure through simple conversations with AI clients. " width="4521" height="2043" data-path="docs/images/fr-ca/cdy7uua7fh8z/fyhSXo4M1CkTGe1sRXbfk/51b967178c300ea5ab120a894d2bb272/auth0-mcp-server-hld__3x.png" />
</Frame>

## Authentication and credential security

Auth0 MCP Server prioritizes robust security by managing authentication, validating requests, and ensuring secure communication with the Auth0 <Tooltip href="/docs/fr-ca/glossary?term=management-api" tip="Management API
Un produit permettant aux clients d’effectuer des tâches administratives." cta="Voir le glossaire">Management API</Tooltip>. This includes:

* [OAuth 2.0 Device Authorization Flow](/docs/fr-ca/get-started/authentication-and-authorization-flow/device-authorization-flow): Securely authenticates requests with Auth0.
* [Secure credential storage](/docs/fr-ca/get-started/applications/rotate-credentials): Credentials are securely stored in your system's keychain and never exposed in plain text.
* [Minimal API permissions](/docs/fr-ca/secure/tokens/access-tokens/management-api-access-tokens): Only essential permissions are requested, adhering strictly to the principle of least privilege.

<Frame>
  <img src="https://mintcdn.com/docs-dev-docs-event-stream-action-templates/LQcZeclMuPp8PthF/docs/images/fr-ca/cdy7uua7fh8z/5Z6dyEPwFvWGCh7OoEaI4D/df70b95e626fb525981c182e5871e060/MCP_auth_flow.png?fit=max&auto=format&n=LQcZeclMuPp8PthF&q=85&s=4e2cca441668ff875dc50a6679fa0bc9" alt="See the full end-to-end authentication flow for Auth0 Model Context Protocol Server." width="1735" height="566" data-path="docs/images/fr-ca/cdy7uua7fh8z/5Z6dyEPwFvWGCh7OoEaI4D/df70b95e626fb525981c182e5871e060/MCP_auth_flow.png" />
</Frame>

## Supported tools and integrations

Auth0 MCP Server currently integrates with the following [MCP clients](https://modelcontextprotocol.io/clients), including:

* [Claude Desktop](https://claude.ai/download)
* [Cursor](https://www.cursor.com/downloads)
* [Windsurf](https://www.windsurf.com/editor)

Additional integrations will be added as major new clients emerge. For a complete list of supported tools and detailed functionality, please refer to our [Auth0 Model Context Protocol (MCP) Server Tools Reference](/docs/fr-ca/get-started/auth0-mcp-server/auth0-mcp-tools-reference).

## Next Steps

Ready to get started? Visit our [Getting Started with Auth0 Model Context Protocol (MCP) Server guide](/docs/fr-ca/get-started/auth0-mcp-server/getting-started-with-auth0-mcp-server)to begin integrating Auth0 MCP Server into your workflow. For developers interested in deeper insights or contributing, check out [our repository on GitHub](https://github.com/auth0/auth0-mcp-server).
