PagerDuty MCP (Official)
Official DevOpsOfficial PagerDuty MCP server with tools to manage incidents, services, schedules, and event orchestrations directly from MCP-enabled clients.
Quick Install
uvx pagerduty-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"pagerduty-mcp-official": {
"command": "uvx",
"args": [
"pagerduty-mcp"
]
}
}
}