Descope MCP Server
@MCP-Mirror
About Descope MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"descope-sample-apps_descope-mcp-server-stdio": {
"command": "node",
"args": [
"--version",
"#",
"Expected",
"output:",
"v18.0.0",
"or",
"later"
]
}
}
}Tools
4Retrieves up to 10 audit log entries from your Descope project.
Retrieves up to 10 user records from your Descope project.
Creates a new user in your Descope project.
Invites a new user to your Descope project.
Overview
What is Descope MCP Server?
The Descope MCP Server provides an interface to interact with Descope’s Management APIs, enabling the search and retrieval of project-related information. It is designed for developers using Claude Desktop who need to manage Descope projects through AI-driven tools.
How to use Descope MCP Server?
Install the server via Smithery (npx -y @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude) or manually by cloning the repository, installing dependencies (npm install), and building (npm run build). Configure Claude Desktop by editing its config file (claude_desktop_config.json) to add the Descope server with your Descope Project ID and Management Key as environment variables, then restart Claude Desktop. The server can run on stdio (npm run start:stdio) or SSE (npm run start:sse).
Key features of Descope MCP Server
- Searches and retrieves up to 10 audit log entries.
- Searches and retrieves up to 10 user records.
- Creates new users in your Descope project.
- Invites new users to your Descope project.
- Integrates with Claude Desktop via MCP protocol.
- Supports both stdio and SSE transport modes.
Use cases of Descope MCP Server
- Quickly audit recent security events in a Descope project.
- Look up user details without navigating the Descope dashboard.
- Automate user onboarding by creating and inviting users via Claude.
- Manage Descope users and audits directly from an AI assistant.
FAQ from Descope MCP Server
What are the runtime requirements?
Node.js version 18 or later and Git are required. The server is intended for use with Claude Desktop.
How do I get a Descope Project ID and Management Key?
Obtain your Project ID from app.descope.com/settings/project and your Management Key from app.descope.com/settings/company/managementkeys.
How do I configure Claude Desktop to use this server?
Edit claude_desktop_config.json to add a "descope" entry under "mcpServers" specifying the command "node", the path to the built server, and the environment variables DESCOPE_PROJECT_ID and DESCOPE_MANAGEMENT_KEY.
How do I verify the connection after setup?
Restart Claude Desktop and look for the 🔌 icon to confirm the Descope server is connected.
Does the server support both stdio and SSE transports?
Yes. Run npm run start:stdio for stdio mode or npm run start:sse for SSE mode.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Servers
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments