Descope MCP Server
@MCP-Mirror
About Descope MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"descope-sample-apps_descope-mcp-server": {
"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?
Descope MCP Server is a Model Context Protocol server that provides an interface to Descope's Management APIs, enabling the search and retrieval of project-related information through tools like searching audits, users, and creating or inviting users.
How to use Descope MCP Server?
Install via Smithery using npx @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude, or manually clone the repository, install dependencies, and build the project. Configure Claude Desktop by adding the server to claude_desktop_config.json with your Descope Project ID and Management Key as environment variables. Restart Claude Desktop and verify the connection. Run the server on stdio with npm run start:stdio or on SSE with npm run start:sse.
Key features of Descope MCP Server
- Search up to 10 audit log entries from your Descope project.
- Search up to 10 user records from your Descope project.
- Create a new user in your Descope project.
- Invite a new user to your Descope project.
- Integrates with Claude Desktop via MCP.
- Supports both stdio and SSE transport modes.
Use cases of Descope MCP Server
- Quickly retrieve recent audit logs for security review.
- Look up user details without leaving Claude Desktop.
- Automate user provisioning by creating or inviting users programmatically.
- Simplify management tasks by integrating Descope APIs into an AI chat interface.
FAQ from Descope MCP Server
What are the prerequisites for Descope MCP Server?
You need Node.js v18 or later, Claude Desktop installed, a valid Descope Project ID and Management Key, and Git installed.
How do I obtain my Descope Project ID and Management Key?
Get your Project ID from app.descope.com/settings/project and your Management Key from app.descope.com/settings/company/managementkeys.
What tools does Descope MCP Server provide?
It provides four tools: search-audits, search-users, create-user, and invite-user. Each returns up to 10 results.
How do I verify the server is connected in Claude Desktop?
After configuration, restart Claude Desktop. Look for a 🔌 icon to confirm the Descope server is connected.
Can I run Descope MCP Server on transports other than stdio?
Yes, you can also run it on SSE using the command npm run start:sse.
Frequently asked questions
What are the prerequisites for Descope MCP Server?
You need Node.js v18 or later, Claude Desktop installed, a valid Descope Project ID and Management Key, and Git installed.
How do I obtain my Descope Project ID and Management Key?
Get your Project ID from [app.descope.com/settings/project](https://app.descope.com/settings/project) and your Management Key from [app.descope.com/settings/company/managementkeys](https://app.descope.com/settings/company/managementkeys).
What tools does Descope MCP Server provide?
It provides four tools: `search-audits`, `search-users`, `create-user`, and `invite-user`. Each returns up to 10 results.
How do I verify the server is connected in Claude Desktop?
After configuration, restart Claude Desktop. Look for a 🔌 icon to confirm the Descope server is connected.
Can I run Descope MCP Server on transports other than stdio?
Yes, you can also run it on SSE using the command `npm run start:sse`.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments