Create and manage events in seconds from your AI assistant. No account needed.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Create and manage events on RealEvents from any MCP-compatible AI assistant.
Documentation and install snippets: https://realevents.co/mcp
For Claude Desktop on macOS, the config file is at ~/Library/Application Support/Claude/claude_desktop_config.json. For other clients, see their MCP documentation.
Public, no token needed:
| Tool | Description |
|---|---|
list_public_events | Browse upcoming public events. Filter by format, date range or search term. |
get_event | Get an event's public details by slug. Follows old links after a slug change. |
register_for_event | RSVP for an attendee: going, maybe or not going, with plus-ones and a note. |
create_event | Create a new event page. Returns the public link and the manage link. |
Organizer tools, all requiring the manage token:
| Tool | Description |
|---|---|
get_manage_event | Full event details plus the guest list. |
list_registrations | The guest list on its own, optionally filtered to confirmed / maybe / declined. |
get_event_stats | Page views, head-count, remaining capacity, view-to-attendance rate. |
update_event | Change any event detail or setting. |
duplicate_event | Copy the event into a new draft one week later. |
cancel_event | Mark the event cancelled. The page stays online. |
set_cover | Set the cover image from a public image URL. |
list_comments | Read the guest conversation: questions, replies and reactions. |
post_comment | Post to the thread as the organizer. Visible to every guest who RSVPed. |
Comments only work on events where the organizer has switched them on
(update_event with allow_comments: true). Until then both comment tools return
a message saying exactly that.
set_cover takes a public image URL, not a file. MCP tool arguments are JSON
text, so an assistant cannot hand a local image to the server; if the picture is on
the user's computer, the manage page's upload does the job better anyway (drag and
drop, preview, crop). Around 1200px wide or more looks best - set_cover says so
when the image is smaller rather than silently accepting a thumbnail.
create_event takes a timezone (an IANA name such as Europe/Paris) alongside
start_datetime. Set it. The start time is interpreted in that zone, and the
zone defaults to UTC, so creating an event for 19:00 without one produces a page
that reads 19:00 UTC: the wrong hour for everyone outside it.
Prefer a local time with no trailing Z:
An event's attendance figure is a head-count: confirmed guests plus everyone they bring. A guest arriving with three others takes four of the available places, so a party can be refused on an event that still shows free rows. When that happens the error states how many places are left, so the call can be retried with a smaller party rather than reported as a failure.
Plus-ones only attach to a confirmed answer, and are capped by the event's own
plus_ones_limit (0 disables them). When the organizer collects names rather than
a headcount, every declared guest needs one. get_event reports both settings.
Events created with create_event return a manage_token. Save it: it is the only
way to manage the event later.
To set a default token so you don't have to pass it on every call:
Signed with npm Provenance, built from this repository via GitHub Actions. Every published version is traceable back to the exact commit and workflow run that built it.
Before publishing a new version:
version in package.jsonmcpName: "io.github.ykastelnik/realevents" is still presentversion and packages[0].version in server.json to matchvX.Y.Z and push: the publish.yml workflow handles the npm publish./mcp-publisher publish to sync the MCP Registry listingMIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/realevents)<a href="https://allmcps.com/mcp/realevents"><img src="https://allmcps.com/api/badge/realevents?style=directory" alt="Realevents on AllMCPs" /></a>