Notifications MCP Server

🚀 Ship faster. Miss nothing. mcp-notifications lets your MCP agent send desktop notifications for completed tasks, failures, and important updates. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-17 · ★ 2 · #109 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install Notifications

Claude Code

claude mcp add artemeey-mcp-notifications -- npx -y @topvisor/mcp-notifications

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "artemeey-mcp-notifications": {
      "command": "npx",
      "args": [
        "-y",
        "@topvisor/mcp-notifications"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @topvisor/mcp-notifications - the @topvisor scope differs from the repo owner (artemeey); confirm it's the project's official package

registry registry publisher io.github.topvisor is not the repo owner (artemeey) - the registry entry was published by someone else

03 · What Notifications can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including send_notification.

The 1 tools it gives your agent

Extracted from the project's README - what mcp-notifications lets an agent do.

send_notification
- Input:

04 · Who maintains Notifications

mcp-notifications is maintained by artemeey. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
productivity - ranked #109 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.topvisor/mcp-notifications (active, first published 2026-02-17 · 2 versions)
packages
npm:@topvisor/mcp-notifications

06 · Notifications FAQ

What is Notifications?

🚀 Ship faster. Miss nothing. mcp-notifications lets your MCP agent send desktop notifications for completed tasks, failures, and important updates. It runs locally over stdio via the published package.

Is Notifications still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-17. We re-verify nightly.

How do I install Notifications?

Run `npx -y @topvisor/mcp-notifications`. You can also paste the ready-made client config above.

Does Notifications run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Notifications

More productivity MCP servers · Mewcp Google Calendar · Atlassian Rovo MCP Server · Airtable User MCP · Notion MCP Server

More JavaScript MCP servers · Webfetch (ashlrai) · Agentready MCP · Samsara MCP · see all