
Pega DX MCP
by marco-looy
Conversational interface for Pega Infinity™ applications, bridging GenAI agents with Pega DX APIs.
What it does
Transforms Pega Infinity™ interactions into conversational experiences. It allows AI agents to manage cases, assignments, and data operations within Pega applications using natural language.
Tools
Case Tools: 20 tools for creating, deleting, and navigating cases and stages.Assignment Tools: 9 tools for managing work assignments and executing actions.Data View Tools: 7 tools for querying and updating data records.Participant & Follower Tools: Manage users and collaborators on cases.Service Tools: Authentication and connectivity diagnostics for Pega instances.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pega-dx-mcp": {
"command": "npx",
"args": ["-y", "@marco-looy/pega-dx-mcp"],
"env": {
"PEGA_BASE_URL": "https://your-pega-instance.com",
"PEGA_CLIENT_ID": "your-client-id",
"PEGA_CLIENT_SECRET": "your-client-secret",
"PEGA_API_VERSION": "v2"
}
}
}
}
Supported hosts
- claude
Quick install
npm install -g @marco-looy/pega-dx-mcpInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






