Skip to content
VS Code

realevents for VS Code

io.github.ykastelnik/realevents

Create and manage events in seconds from your AI assistant. No account needed.

client:VS Code transport:stdio runtime:npm

Install realevents in VS Code

.vscode/mcp.json

{
  "servers": {
    "realevents": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "realevents-mcp"
      ]
    }
  }
}

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

realevents in other clients