# PagerDuty MCP Server

> Integrates with the PagerDuty REST API using the official pdjs client to manage incidents and on-call data.

- Skill: `agentskillexchange/pagerduty-mcp-server` (Agent Skill)
- Install (CLI): `npx skillmds add agentskillexchange/pagerduty-mcp-server`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/pagerduty-mcp-server/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs, DevOps & Infra, REST & GraphQL APIs
- Tags: Incident Management, Nodejs, On Call, Pagerduty, Pdjs, Rest Api
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/agentskillexchange/pagerduty-mcp-server

---


# PagerDuty MCP Server



## Prerequisites

Node.js, npm

## Installation

Use the upstream install or setup path that matches your environment:
- npm install --save @pagerduty/pdjs

Requirements and caveats from upstream:
- Supports Node and Browser environments
- Some endpoints require the setting of extra headers such as a From header.

Basic usage or getting-started notes:
- bash
- ### REST API
- REST API calls can be done using the convenience methods or by passing in a url or endpoint.

- Source: https://github.com/PagerDuty/pdjs
- Extracted from upstream docs: https://raw.githubusercontent.com/PagerDuty/pdjs/HEAD/README.md

## Documentation

- https://developer.pagerduty.com/api-reference/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/pagerduty-mcp-server/)

