io.github.chrischall/evite-mcp MCP Server
io.github.chrischall/evite-mcp
What is the io.github.chrischall/evite-mcp MCP server?
Evite for Claude — list events, guest lists & RSVPs, RSVP, message guests, and create/edit events
How to install io.github.chrischall/evite-mcp
Copy-paste configuration for popular MCP clients.
EVITE_EMAILYour 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).
EVITE_PASSWORDsecretYour Evite password. Optional — see EVITE_EMAIL.
EVITE_SESSION_COOKIEsecretA raw `cookie:` header copied from a signed-in evite.com tab (alternative to email/password). Used verbatim. Optional.
{
"mcpServers": {
"evite-mcp": {
"command": "npx",
"args": [
"-y",
"evite-mcp"
],
"env": {
"EVITE_EMAIL": "<YOUR_EVITE_EMAIL>",
"EVITE_PASSWORD": "<YOUR_EVITE_PASSWORD>",
"EVITE_SESSION_COOKIE": "<YOUR_EVITE_SESSION_COOKIE>"
}
}
}
}{
"mcpServers": {
"evite-mcp": {
"command": "npx",
"args": [
"-y",
"evite-mcp"
],
"env": {
"EVITE_EMAIL": "<YOUR_EVITE_EMAIL>",
"EVITE_PASSWORD": "<YOUR_EVITE_PASSWORD>",
"EVITE_SESSION_COOKIE": "<YOUR_EVITE_SESSION_COOKIE>"
}
}
}
}{
"mcpServers": {
"evite-mcp": {
"command": "npx",
"args": [
"-y",
"evite-mcp"
],
"env": {
"EVITE_EMAIL": "<YOUR_EVITE_EMAIL>",
"EVITE_PASSWORD": "<YOUR_EVITE_PASSWORD>",
"EVITE_SESSION_COOKIE": "<YOUR_EVITE_SESSION_COOKIE>"
}
}
}
}{
"servers": {
"evite-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"evite-mcp"
],
"env": {
"EVITE_EMAIL": "<YOUR_EVITE_EMAIL>",
"EVITE_PASSWORD": "<YOUR_EVITE_PASSWORD>",
"EVITE_SESSION_COOKIE": "<YOUR_EVITE_SESSION_COOKIE>"
}
}
}
}claude mcp add evite-mcp --env EVITE_EMAIL=<YOUR_EVITE_EMAIL> --env EVITE_PASSWORD=<YOUR_EVITE_PASSWORD> --env EVITE_SESSION_COOKIE=<YOUR_EVITE_SESSION_COOKIE> -- npx -y evite-mcpRelated MCP servers
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs
Redfin real-estate for Claude — search, property details, market reports, saved homes
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support