Tmp.HH1ibdDLKj
/install evite-mcp
evite-mcp
MCP server for Evite — read and act on your events as both guest (invitations received) and host (events you created): list events, view guest lists & RSVP tallies, RSVP, message guests, and create/edit events.
Setup
Option A — Claude Code (direct MCP)
Add to .mcp.json in your project or ~/.claude/mcp.json:
{
"mcpServers": {
"evite": {
"command": "npx",
"args": ["-y", "evite-mcp"],
"env": {
"EVITE_EMAIL": "[email protected]",
"EVITE_PASSWORD": "yourpassword"
}
}
}
}
Option B — global install
npm install -g evite-mcp
Auth
The server resolves a session in priority order (see the README for details):
EVITE_EMAIL+EVITE_PASSWORD— headless email/password login (preferred).EVITE_SESSION_COOKIE— a rawcookie:header copied from a signed-in evite.com tab.- Fetchproxy bootstrap — lifts session cookies from a signed-in evite.com browser tab. Opt out with
EVITE_DISABLE_FETCHPROXY=1.
Tools
Read (6 + healthcheck): evite_list_events, evite_get_event, evite_list_guests, evite_rsvp_summary, evite_list_messages, evite_list_templates, evite_healthcheck.
Write (confirm-gated): evite_rsvp, evite_send_message, evite_broadcast, evite_create_event, evite_update_event, evite_add_guest, evite_update_guest, evite_remove_guest, evite_send, evite_cancel_event, evite_reinstate_event, evite_duplicate_event.
Every write tool takes confirm: boolean. Without confirm: true it makes no network call and returns a dry-run preview of exactly what would be sent — the safe default. The authoring flow is evite_create_event → evite_add_guest → evite_send.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install evite-mcp - After installation, invoke the skill by name or use
/evite-mcp - Provide required inputs per the skill's parameter spec and get structured output
What is Tmp.HH1ibdDLKj?
This skill should be used when the user asks about Evite events or invitations. Triggers on phrases like "check Evite", "my Evite events", "who RSVP'd", "Evi... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install Tmp.HH1ibdDLKj?
Run "/install evite-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tmp.HH1ibdDLKj free?
Yes, Tmp.HH1ibdDLKj is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tmp.HH1ibdDLKj support?
Tmp.HH1ibdDLKj is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tmp.HH1ibdDLKj?
It is built and maintained by chrischall (@chrischall); the current version is v0.2.1.