Quick Start
Get the PagerDuty MCP Server running in your AI client in under 5 minutes.
Step 1: Get Your API Tokenโ
Generate a PagerDuty User API Token โ see Authentication for instructions.
Step 2: Add to Your MCP Clientโ
Choose your client:
Cursorโ
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"pagerduty": {
"command": "uvx",
"args": ["pagerduty-mcp"],
"env": {
"PAGERDUTY_USER_API_KEY": "your-api-token-here"
}
}
}
}
Claude Desktopโ
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"pagerduty": {
"command": "uvx",
"args": ["pagerduty-mcp"],
"env": {
"PAGERDUTY_USER_API_KEY": "your-api-token-here"
}
}
}
}
Step 3: Verifyโ
Restart your MCP client. You should see the PagerDuty tools available. Test with a simple query:
"List my open PagerDuty incidents"
Next Stepsโ
- Enable write tools to manage incidents, teams, and more
- Filter tools to reduce the tool set for better AI performance
- Full installation guides for detailed per-client setup