An MCP server to integrate with [Descope](https://descope.com) to search audit logs, manage users, and more.
Documentation
Descope MCP Server
Introduction
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.
Available Tools
search-audits: Retrieves up to 10 audit log entries from your Descope project.
search-users: Retrieves up to 10 user records from your Descope project.
create-user: Creates a new user in your Descope project.
invite-user: Invites a new user to your Descope project.
Requirements
Before proceeding, make sure you have the following:
node --version # Expected output: v18.0.0 or later
Setup Instructions# Installing via Smithery
To install Descope MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude
Manual Installation
Clone the repository:
git clone https://github.com/descope-sample-apps/descope-mcp-server.git
cd descope-mcp-server
Install the necessary dependencies:
npm install
Build the project:
npm run build
Configuration# 1. Configure Claude Desktop to recognize the Descope MCP server
To locate the claude_desktop_config.json file, open the Claude Desktop app and enable Developer Mode from the top-left menu bar. Once enabled, go to Settings (also in the top-left menu), navigate to the Developer section, and click the Edit Config button to access and edit claude_desktop_config.json.
Alternatively, to open the configuration file via terminal:\n\n#### On macOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
```\n\n#### On Windows:
```bash
code %APPDATA%\Claude\claude_desktop_config.json