Model Context Protocol - with PagerDuty
This is an MCP server has integration with PagerDuty. The integration supports basic queries like
"who is oncall for NASA team right now ?"
The server can be happily integrated with Claude. With few simpel steps
Integration with PD
You should update the token, just run
export PAGERDUTY_API_KEY=your_api_key_here
Integration with Claude
First, make sure you have Claude for Desktop installed. You can install the latest version here.
We’ll need to configure Claude for Desktop for whichever MCP servers you want to use. To do this, open your Claude for Desktop App configuration at
~/Library/Application Support/Claude/claude_desktop_config.json
in a text editor. Make sure to create the file if it doesn’t exist. Refer here for more. Updated the config with below entry
{
"mcpServers": {
"weather": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/server/pagerduty",
"run",
"pagerduty.py"
]
}
}
}
You may need to put the full path to the uv executable in the command field. You can get this by running which uv on MacOS/Linux
Configuration Testing
At the end, once you've configured Claude. Select the tools button, to verify 3 MCP tools are available.
- The prompt should show something as below:

Demo
Recommend MCP Servers 💡
metoro-mcp-server
Metoro MCP Server allows you to interact with your Kubernetes cluster via the Claude Desktop App!
cloudflare-remote-mcp-server
A remote MCP server running on Cloudflare Workers using SSE transport, enabling integration with AI models like Claude
openapi-mcp-server
Allow AI to wade through complex OpenAPIs using Simple Language
FastlyMCP
An MCP server that integrates Fastly's API to allow AI assistants to manage CDN services, caching, security, and monitor performance.
servicenow-mcp
An MCP server implementation for ServiceNow, enabling Claude to interact with ServiceNow instances through stdio or SSE communication.
thirdweb-mcp
An MCP server integrating thirdweb's blockchain tools (Nebula, Insight, Engine, etc.) with MCP clients.