Skip to content
Grok

evite mcp for Grok

io.github.chrischall/evite-mcp

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

client:Grok transport:stdio runtime:npm

Install evite mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "evite-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

evite mcp in other clients