evite-mcp
About
Evite for Claude — list events, guest lists & RSVPs, RSVP, message guests, and create/edit events
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EVITE_EMAIL EVITE_PASSWORD EVITE_SESSION_COOKIEClaude Code
claude mcp add --env EVITE_EMAIL= --env EVITE_PASSWORD= --env EVITE_SESSION_COOKIE= evite-mcp -- npx evite-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"evite-mcp","command":"npx","args":["evite-mcp"],"env":{"EVITE_EMAIL":"","EVITE_PASSWORD":"","EVITE_SESSION_COOKIE":""}}'
JSON
{
"mcpServers": {
"evite-mcp": {
"command": "npx",
"args": [
"evite-mcp"
],
"env": {
"EVITE_EMAIL": "",
"EVITE_PASSWORD": "",
"EVITE_SESSION_COOKIE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.