← 返回
未分类 Key

Tmp.FaI38kaw4I

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...
此技能用于用户询问 Evite 活动或邀请时。触发短语如“查看 Evite”“我的Evite 活动”“谁已回复”“Evi…”。
chrischall chrischall 来源
未分类 clawhub v0.3.2 3 版本 100000 Key: 需要
★ 0
Stars
📥 273
下载
💾 0
安装
3
版本
#latest

概述

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": "you@example.com",
        "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):

  1. EVITE_EMAIL + EVITE_PASSWORD — headless email/password login (preferred).
  2. EVITE_SESSION_COOKIE — a raw cookie: header copied from a signed-in evite.com tab.
  3. 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_eventevite_add_guestevite_send.

版本历史

共 3 个版本

  • v0.3.2 当前
    2026-06-11 18:04
  • v0.3.1
    2026-06-04 13:42 安全 安全
  • v0.2.1
    2026-06-03 13:31 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,786
life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 460 📥 229,892
office-efficiency

Tmp.MII9JI7trn

chrischall
用于当用户要求读取、写入、格式化或管理 Google 表格时。触发请求包括电子表格数据、单元格格式、标签页管理、命名范围等。
★ 0 📥 1,699