The Descope MCP server provides an interface to interact with Descope's Management APIs, enabling the search and retrieval of project-related information, and user management. It offers tools for audits, users, and invitations.
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 within Claude Desktop.
npx -y @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude
claude_desktop_config.json
via Developer Mode in Claude Desktop.{
"mcpServers": {
"descope": {
"command": "node",
"args": ["/path/to/descope-mcp-server/build/index.js"],
"env": {
"DESCOPE_PROJECT_ID": "your-descope-project-id-here",
"DESCOPE_MANAGEMENT_KEY": "your-descope-management-key-here"
}
}
}
}
Replace placeholders with your Descope credentials.
First, build the project:
npm run build
npm run start:stdio
npm run start:sse
descope-sample-apps/descope-mcp-server-stdio
January 24, 2025
March 18, 2025
TypeScript