PluginBench
MCP Server
Active
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EVITE_EMAIL

    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).

  • EVITE_PASSWORD
    secret

    Your Evite password. Optional — see EVITE_EMAIL.

  • EVITE_SESSION_COOKIE
    secret

    A raw `cookie:` header copied from a signed-in evite.com tab (alternative to email/password). Used verbatim. Optional.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →