Skip to content
VS Code

notification ai mcp for VS Code

io.github.csoai-org/notification-ai-mcp

Notification Ai MCP Server by MEOK AI Labs

client:VS Code transport:stdio runtime:pypi

Install notification ai mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "notification-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "notification-ai-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

notification ai mcp in other clients