pagerduty-mcp
PagerDuty's official local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.
What it is and what it does
pagerduty-mcp is a local MCP server that bridges your PagerDuty account to AI assistants running in VS Code, Cursor, and Claude Desktop. It exposes PagerDuty operations—incident management, schedule overrides, escalation policies, service dependencies, and event orchestrations—as tools callable from your IDE's chat interface, letting you query and manage on-call operations without leaving your editor.
The package bundles embedded React applications for incident lifecycle management, on-call scheduling, compensation reporting, and service dependency visualization. It requires a PagerDuty User API Token for authentication and runs as a stdio-based MCP server managed by your IDE. Python 3.12 is required; installation is straightforward via pip, and configuration happens in your IDE's settings file.
Use it for:
- Query and acknowledge PagerDuty incidents directly from VS Code Chat while coding, without switching to the web UI.
- Create and manage schedule overrides and escalation policies through Claude Desktop during incident response.
- View on-call compensation metrics and fairness scoring across responders for compliance and team planning.
- Visualize service dependency graphs to understand blast radius during incident investigation.
- Onboard new PagerDuty accounts step-by-step through the embedded wizard without manual API calls.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
An MCP (Model Context Protocol) server that connects AI assistants in VS Code, Cursor, and Claude Desktop to your PagerDuty account, exposing tools to manage incidents, schedules, services, and event orchestrations.
Yes, if you use VS Code, Cursor, or Claude Desktop and manage PagerDuty incidents regularly. The low install friction and active maintenance make it a practical choice for IDE-native incident management. However, clarify the license terms first, and verify Python 3.12 compatibility in your environment. The unclear license status is the main blocker—resolve that before production use.
Install
pagerduty-mcp on PyPI
pip
pip install pagerduty-mcpuv
uv add pagerduty-mcppoetry
poetry add pagerduty-mcpInstalling pagerduty-mcp
Before you install
Low install friction with a pure-Python wheel. Marked active with a recent release. Requires Python 3.12 specifically (not a range), which narrows compatibility; verify your environment matches before installing.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Clarify the license terms with PagerDuty or the project repository before using in production or distributing.
Quickstart
# Install
pip install pagerduty-mcp
# Configure in VS Code settings.json under mcp.servers:
# {
# "pagerduty-mcp": {
# "type": "stdio",
# "command": "uvx",
# "args": ["pagerduty-mcp", "--enable-write-tools"],
# "env": {"PAGERDUTY_USER_API_KEY": "your-token"}
# }
# }
# Then in VS Code Chat (Agent mode):
# "Show me the latest incident"
Requires Python 3.12 exactly (~=3.12.0). Requires a PagerDuty User API Token and an MCP-enabled client (VS Code with MCP enabled, Cursor, or Claude Desktop). The uv package manager is recommended for running the server.
Verify before relying
- Whether the package is truly maintained by PagerDuty or is a community project (no repo URL in metadata).
- Exact scope of write operations enabled by --enable-write-tools flag and any audit/safety constraints.
- Whether embedded React UIs (Incident Command Center, On-Call Manager, etc.) are fully functional or partially documented.
- Support status and SLA for this MCP server vs. the main PagerDuty API.
Package facts
| License | not declared (unclear) |
| Python support | capped below the current Python release (~=3.12.0) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — mcp, pagerduty, typer |
| Maintenance | actively maintained — 38 days since the last release |
| First released | |
| Downloads | 116,875/month — #12,189 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pagerduty_mcp-1.1.0-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
arxiv-mcp-serverAn MCP server that exposes arXiv search, paper…
permissive · top 15,000 on PyPI
blender-mcpBlenderMCP is a Model Context Protocol server…
permissive · top 15,000 on PyPI
mcp-server-appwriteExposes Appwrite's backend-as-a-service…
unclear · top 15,000 on PyPI
mcp-server-odooAn MCP server that bridges AI assistants like…
copyleft · top 5,000 on PyPI
minimax-coding-plan-mcpAn MCP server that connects MiniMax's AI APIs…
permissive · top 15,000 on PyPI
mfa-servicenow-mcpAn MCP server that connects ServiceNow…
permissive · top 15,000 on PyPI
arcade-mcp-serverArcade MCP Server provides a FastAPI-like…
permissive · top 15,000 on PyPI
nextcloud-mcp-serverProvides a Model Context Protocol (MCP) server…
agpl · top 15,000 on PyPI
pypdA Python client for PagerDuty's v2 API that…
permissive · top 15,000 on PyPI
django-mcp-serverExposes Django models and custom logic as Model…
permissive · top 15,000 on PyPI