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 💡
cloudflare-remote-mcp-server
A remote MCP server running on Cloudflare Workers using SSE transport, enabling integration with AI models like Claude
delano/postman-mcp-server
An MCP server that integrates with the Postman API to manage collections, environments, and APIs.
@nutrient-sdk/dws-mcp-server
An MCP server integrating with the Nutrient Document Web Service (DWS) Processor API to provide AI assistants with powerful PDF processing capabilities like digital signing, document generation, editing, OCR, and redaction.
Defang MCP Server
Defang is an AI-enabled cloud deployment platform that simplifies deploying applications to various cloud providers (AWS, GCP, DigitalOcean) with a single command, handling infrastructure complexities like security, scalability, and cost-efficiency.
mcp-server-for-copilot
An MCP server implementation that connects MCP-compatible clients with Microsoft Copilot Studio agents through the DirectLine API
@xeroapi/xero-mcp-server
An MCP server that integrates with the MCP protocol. https://modelcontextprotocol.io/introduction