← Back to Plugins
MCP Server MCP

io.github.chrischall/evite-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "evite-mcp",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Evite login email address. Optional — if omitted, the server falls back to a raw session cookie or the fetchproxy browser bridge (requires being signed in to evite.com).",
          "format": "string",
          "name": "EVITE_EMAIL"
        },
        {
          "description": "Your Evite password. Optional — see EVITE_EMAIL.",
          "format": "string",
          "isSecret": true,
          "name": "EVITE_PASSWORD"
        },
        {
          "description": "A raw `cookie:` header copied from a signed-in evite.com tab (alternative to email/password). Used verbatim. Optional.",
          "format": "string",
          "isSecret": true,
          "name": "EVITE_SESSION_COOKIE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...