MCP.so
Sign In
Servers

Pega DX MCP

@MarcoLooy

This MCP Server transforms Pega Infinity™ interactions into intuitive, conversational experiences through the Model Context Protocol. By bridging Pega DX APIs with natural language interfaces, it enables GenAI Agents, IDEs, and other MCP-enabled tools to interact with Pega Infini

Overview

What is Pega DX MCP?

The Pega DX MCP Server transforms interactions with Pega Infinity™ applications into intuitive, conversational experiences through the Model Context Protocol. It bridges Pega DX APIs with natural language interfaces, enabling GenAI Agents, IDEs, and other MCP-enabled tools to interact with Pega Infinity™ using human-readable commands. This is an experimental project exploring the intersection of MCP and Pega capabilities, not an official Pegasystems product, and is not intended for production use.

How to use Pega DX MCP?

Install globally via npm (npm install -g @pega-enablement/pega-dx-mcp) and configure it in an MCP client such as Claude Desktop, Cursor, or Cline. Add the server configuration to the client’s config file, providing environment variables PEGA_BASE_URL, PEGA_CLIENT_ID, and PEGA_CLIENT_SECRET. Then restart the client and verify that the available tools (e.g., get_case, create_case, ping_pega_service) appear.

Key features of Pega DX MCP

  • Natural language interface for case creation and management
  • Plug-and-play integration with GenAI Agents and IDEs
  • OAuth 2.1 with PKCE and role‑based access control
  • Experimental access to cases, assignments, attachments, and data
  • Intelligent caching and performance optimization research
  • Compatible with Claude Desktop, Cursor, Cline, and others

Use cases of Pega DX MCP

  • Creating a new insurance claim or travel request by speaking naturally
  • Retrieving case details and checking assignment status
  • Testing OAuth2 connectivity to a Pega Platform instance
  • Managing pending assignments and next steps in a conversation

FAQ from Pega DX MCP

Is this an official Pegasystems product?

No. This is an experimental project exploring MCP and Pega Infinity™ capabilities. It is not an official Pegasystems product and is not generally available.

What are the prerequisites for using Pega DX MCP?

You need Node.js 22+ and npm, access to Pega Infinity™ 23+ with the DX API enabled, and OAuth 2.1 client credentials.

Which MCP clients are compatible with Pega DX MCP?

The server is compatible with Claude Desktop, Cursor, Cline, and other MCP-enabled applications.

Can I use Pega DX MCP in production?

No. The server is explicitly marked as experimental and not for production functionality. All commands, parameters, and features are subject to change or deprecation at any time.

How does authentication work?

Authentication uses OAuth 2.1 with PKCE and role‑based access control patterns. You must register an OAuth client in your Pega Platform and provide the client ID and secret via environment variables.

Tags

More from Other