SkillAgentSearch skills...

auth0-mcp-server

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.

Install / Use

claude mcp add auth0 -- npx -y github:auth0/auth0-mcp-server

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

46/100

Category

Security

Supported Platforms

Claude Code
Claude Desktop

{ "name": "@auth0/auth0-mcp-server", "mcpName": "com.auth0/mcp", "version": "0.1.0-beta.19", "description": "Auth0 Model Context Protocol (MCP) Server (Beta) — A secure and extendable implementation of an MCP server that provides AI assistants with controlled access to the Auth0 Management API through natural language. This project is in beta and not intended for production workloads. It enables AI-assisted tenant management while enforcing best practices around security, least-privilege access, and customizable toolsets.", "type": "module", "main": "dist/index.js", "types": "./dist/exports.d.ts", "exports": { ".": { "types": "./dist/exports.d.ts", "import": "./dist/exports.js", "default": "./dist/exports.js" } }, "bin": { "auth0-mcp": "dist/index.js" }, "files": [ "dist", "package.json", "README.md", "LICENSE" ], "scripts": { "prebuild": "npm run format && npm run lint", "build": "rm -rf dist && tsc", "postbuild": "shx chmod +x dist/.js", "build:mcpb": "npm run build && npm prune --omit=dev && npx @anthropic-ai/mcpb pack . auth0-mcp-server.mcpb", "postbuild:mcpb": "npm install", "publish:smithery": "node utils/publish-smithery.js", "dev": "tsx src/index.ts run", "dev:debug": "DEBUG=auth0-mcp tsx src/index.ts run", "dev:inspect": "npx @modelcontextprotocol/inspector tsx src/index.ts run", "start": "node dist/index.js run", "start:debug": "DEBUG=auth0-mcp node dist/index.js run", "start:inspect": "npx @modelcontextprotocol/inspector node dist/index.js run", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "setup": "node utils/local-setup.js", "notice": "node utils/generate-notice.js", "lint": "eslint . --ext .js,.ts", "lint:fix": "eslint . --ext .js,.ts --fix", "format": "prettier --write "**/.{js,ts,json,md}"", "format:check": "prettier --check "**/*.{js,ts,json,md}"", "typecheck": "tsc --noEmit" }, "keywords": [ "auth0", "mcp", "model context protocol", "experimental", "beta", "claude" ], "author": "auth0", "license": "MIT", "dependencies": { "@github/keytar": "^7.10.6", "@modelcontextprotocol/sdk": "^1.29.0", "auth0": "^4.37.0", "chalk": "^5.6.2", "commander": "^14.0.3", "debug": "^4.4.3", "dotenv": "^16.6.1", "jwt-decode": "^4.0.0", "open": "^11.0.0", "which": "^6.0.1", "zod": "^4.4.3" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/debug": "^4.1.13", "@types/node": "^25.6.0", "@vitest/coverage-v8": "^4.1.5", "@vitest/ui": "^4.1.5", "eslint": "10.8.0", "eslint-config-prettier": "^10.1.8", "globals": "^17.6.0", "msw": "^2.14.2", "prettier": "^3.8.3", "shx": "^0.4.0", "tsx": "^4.21.0", "typescript": "~5.9.3", "typescript-eslint": "^8.59.1", "vitest": "^4.1.5" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/auth0/auth0-mcp-server" }, "homepage": "https://github.com/auth0/auth0-mcp-server#readme", "publishConfig": { "access": "public" }, "overrides": { "hono": ">=4.12.7" } }

Related Skills

View on GitHub
GitHub Stars0
CategorySecurity
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low