Skip to content
Claude Desktop

evite mcp for Claude Desktop

io.github.chrischall/evite-mcp

Evite for Claude — list events, guest lists & RSVPs, RSVP, message guests, and create/edit events

client:Claude Desktop transport:stdio runtime:npm

Install evite mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "evite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "evite-mcp"
      ],
      "env": {
        "EVITE_EMAIL": "<EVITE_EMAIL>",
        "EVITE_PASSWORD": "<EVITE_PASSWORD>",
        "EVITE_SESSION_COOKIE": "<EVITE_SESSION_COOKIE>",
        "EVITE_SESSION_CACHE": "<EVITE_SESSION_CACHE>",
        "EVITE_SESSION_FILE": "<EVITE_SESSION_FILE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

evite mcp in other clients