Descope MCP Server
by MCP-Mirror
The Descope Model Context Protocol (MCP) server provides an interface to interact with Descope's Management APIs, enabling the search and retrieval of project-related information. It allows integration with tools like Claude Desktop.
Last updated: N/A
What is Descope MCP Server?
The Descope MCP server is a tool that allows you to interact with Descope's Management APIs. It enables you to search and retrieve project-related information, such as audit logs and user records, and perform actions like creating and inviting users.
How to use Descope MCP Server?
To use the Descope MCP server, you need to install it either via Smithery or manually. After installation, you need to configure Claude Desktop to recognize the server by modifying the claude_desktop_config.json
file and providing your Descope Project ID and Management Key. Once configured, you can run the server using either stdio or SSE.
Key features of Descope MCP Server
Search audit logs
Search user records
Create new users
Invite new users
Integration with Claude Desktop
Use cases of Descope MCP Server
Retrieving audit logs for security analysis
Managing user accounts within Descope projects
Integrating Descope authentication with AI assistants
Automating user provisioning
Troubleshooting user access issues
FAQ from Descope MCP Server
What is the Descope Project ID?
What is the Descope Project ID?
The Descope Project ID is a unique identifier for your Descope project. You can find it in your Descope project settings.
What is the Descope Management Key?
What is the Descope Management Key?
The Descope Management Key is a key that allows you to access and manage your Descope project programmatically. You can create and manage management keys in your Descope company settings.
How do I install the Descope MCP server?
How do I install the Descope MCP server?
You can install the Descope MCP server either via Smithery or manually by cloning the repository, installing dependencies, and building the project.
How do I configure Claude Desktop to use the Descope MCP server?
How do I configure Claude Desktop to use the Descope MCP server?
You need to modify the claude_desktop_config.json
file in your Claude Desktop installation to include the Descope server configuration, including the command, arguments, and environment variables.
What are the available tools in the Descope MCP server?
What are the available tools in the Descope MCP server?
The Descope MCP server provides tools for searching audit logs (search-audits
), searching user records (search-users
), creating new users (create-user
), and inviting new users (invite-user
).