GitHub Notifications MCP Server
An MCP server for the github notifications API for the OSS maintainer
Overview
GitHub Notifications MCP Server is a Model Context Protocol (MCP) server designed to manage GitHub notifications for open-source software (OSS) maintainers, allowing AI assistants to help users handle notifications through natural language commands.
To use the server, clone the repository, install dependencies, set up your GitHub Personal Access Token, and run the server. You can also integrate it with Claude Desktop for enhanced functionality.
- List and filter GitHub notifications - Mark notifications as read - View details of notification threads - Subscribe or unsubscribe from threads - Manage repository-specific notifications
- Efficiently managing notifications for multiple repositories.
- Automating the process of marking notifications as read.
- Integrating with AI assistants for natural language interaction with GitHub notifications.
Add to your AI client
Use these steps to connect GitHub Notifications MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-github-notifications-mcollina": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-notifications-mcollina"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-github-notifications-mcollina": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-notifications-mcollina"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-github-notifications-mcollina": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-notifications-mcollina"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-github-notifications-mcollina": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-notifications-mcollina"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-github-notifications-mcollina": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-notifications-mcollina"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-github-notifications-mcollina": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-github-notifications-mcollina"
]
}
}
}FAQ
What are the prerequisites for using the server?
You need Node.js 18 or higher and a GitHub Personal Access Token with the appropriate scopes.
Can I use this server with other AI assistants?
Yes, it is designed to work with AI assistants like Claude for enhanced notification management.
Is there a license for this project?
Yes, the project is licensed under the MIT license.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3755,"uuid":"092b3136-a6b3-4d1e-a602-2802f34fb021","name":"mcp-github-notifications","title":"GitHub Notifications MCP Server","description":"An MCP server for the github notifications API for the OSS maintainer","avatar_url":"https://avatars.githubusercontent.com/u/52195?v=4","created_at":"$D2025-03-21T12:41:51.490Z","updated_at":"$D2025-03-21T13:01:29.568Z","status":"created","author_name":"mcollina","author_avatar_url":"https://avatars.githubusercontent.com/u/52195?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mcollina/mcp-github-notifications","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"11\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-31 10:15:13\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]