一个为支持 MCP 协议的代码编辑器设计的 AI 通知服务器,当 AI 完成回答时自动发送系统通知,提升使用体验
If you already use Ai Notify MCP, the ai notify mcp mcp server is the piece that lets your assistant work with it directly. 一个为支持 MCP 协议的代码编辑器设计的 AI 通知服务器,当 AI 完成回答时自动发送系统通知,提升使用体验.
const customHandler: NotificationHandler = { async show(options) { // 你的自定义逻辑 console.log(显示通知: ${options.title}); } }; ```
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
macOS — 系统通知中心Windows — Windows 通知系统Linux — libnotifyNode.js — ≥ 14.0.0title — stringmessage — stringsound — booleanresponseLength — numbericon — stringdefaultTitle — stringdefaultMessage — stringThe server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ai Notify MCP's toolset — macOS, Windows, Linux and 8 more — is a fair guide to whether it matches your workflow. It is maintained by zhiyingzzhou; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Ai Notify MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| macOS | 系统通知中心 |
| Windows | Windows 通知系统 |
| Linux | libnotify |
| Node.js | ≥ 14.0.0 |
| title | string |
| message | string |
| sound | boolean |
| responseLength | number |
| icon | string |
| defaultTitle | string |
| defaultMessage | string |
{
"mcpServers": {
"ai-notify": {
"command": "node",
"args": ["/绝对路径/ai-notify-mcp/dist/index.js"],
"autoRun": true
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.