> ## 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.

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

# Auth0 Model Context Protocol (MCP) Server

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/YlSGjDQ1BrChv4Jn/docs/images/cdy7uua7fh8z/fyhSXo4M1CkTGe1sRXbfk/51b967178c300ea5ab120a894d2bb272/auth0-mcp-server-hld__3x.png?fit=max&auto=format&n=YlSGjDQ1BrChv4Jn&q=85&s=657b975d8e44f76ce5ce5d4d40e07f83" 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/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 tip="Management API: A product to allow customers to perform administrative tasks." cta="View Glossary" href="/docs/glossary?term=Management+API">Management API</Tooltip>. This includes:

* [OAuth 2.0 Device Authorization Flow](/docs/get-started/authentication-and-authorization-flow/device-authorization-flow): Securely authenticates requests with Auth0.
* [Secure credential storage](/docs/get-started/applications/rotate-credentials): Credentials are securely stored in your system's keychain and never exposed in plain text.
* [Minimal API permissions](/docs/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/tcenw4jcNpftRqWN/docs/images/cdy7uua7fh8z/5Z6dyEPwFvWGCh7OoEaI4D/df70b95e626fb525981c182e5871e060/MCP_auth_flow.png?fit=max&auto=format&n=tcenw4jcNpftRqWN&q=85&s=e570e253e9700882495ec12be108cdd5" alt="See the full end-to-end authentication flow for Auth0 Model Context Protocol Server." width="1735" height="566" data-path="docs/images/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/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/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).
