Odel
realevents mcp

realevents mcp

Local
@ykastelnik1TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrealevents-mcpv1.4.0

Run

npx -y realevents-mcp

MCP client config

{
  "mcpServers": {
    "realevents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "realevents-mcp"
      ]
    }
  }
}