mcpbeat Sign in

Pagerduty MCP Server

local only

Pagerduty MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 18 944 installs a week from pypi. Last commit 4 Sep 2026.

PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 6 009 · avg 2 993 · +51% w/w
a month agotoday
18 944
Installs / week
pypi · pagerduty-mcp
78
Stars
21 open issues
4 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pagerduty-mcp -- uvx pagerduty-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pagerduty-mcp": {
      "args": [
        "pagerduty-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pagerduty-mcp]
command = "uvx"
args = ["pagerduty-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pagerduty-mcp": {
      "args": [
        "pagerduty-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pagerduty-mcp": {
      "args": [
        "pagerduty-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PAGERDUTY_USER_API_KEY (PagerDuty User API Token - obtain from User Settings > API Access in your PagerDuty account), PAGERDUTY_API_HOST (PagerDuty API host URL (default: https://api.pagerduty.com, EU: https://api.eu.pagerduty.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pagerduty MCP

same job, measured the same way
Unraid MCP
by tootie

MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.

564 installs/wk local only
Unraid MCP
by dinglebear

MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.

local only
A
Tickettailor
by tickettailor

Provides event organisers with tools to interact with a Ticket Tailor box office account.

answering
Planning Center MCP Server
by planningcenter

The official Planning Center MCP server for interacting with your ministry's data.

answering
Smart Terminal
by pungggi

MCP PTY server providing AI agents with real interactive terminal access

153 installs/wk local only
Office Addin MCP
by dsbissett

MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.

41 installs/wk local only
YouTube MCP
by mrsknetwork

Interact with YouTube data via the official Data API v3

70 installs/wk local only
Dsr MCP Server
by grupo-avispa

An MCP server that provides tools for interacting with Deep State Representation (DSR) graphs.

local only

Pagerduty MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pagerduty MCP?
Pagerduty MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pagerduty-mcp was installed 18 944 times last week.
Is Pagerduty MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Pagerduty MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pagerduty-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Pagerduty MCP?
The pypi package pagerduty-mcp was installed 18 944 times in the last week. Week over week that is +51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pagerduty MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 78 stars on GitHub and 21 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.