Pagerduty MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 18 941 installs a week from pypi. Last commit 15 Jul 2026.
PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.
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.
claude mcp add pagerduty-mcp -- uvx pagerduty-mcp
{
"mcpServers": {
"pagerduty-mcp": {
"args": [
"pagerduty-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.pagerduty-mcp]
command = "uvx"
args = ["pagerduty-mcp"]
{
"mcpServers": {
"pagerduty-mcp": {
"args": [
"pagerduty-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"pagerduty-mcp": {
"args": [
"pagerduty-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.