Get the plugin
WP MCP/Integrations/Events

Events integration

MCP for Modern Events Calendar

Modern Events Calendar stores each event as a mec-events custom post type, with its schedule in mec_* postmeta. WP MCP exposes a curated read surface: list events with their titles and start/end dates, and read one event's full schedule (start and end date and time, all-day flag, location and organizer ids, cost). The agent gets clean, named fields instead of raw mec_ meta keys. Creating and editing events is also possible through WP MCP's general content tools, since mec-events is an ordinary post type, with every write snapshotted first.

mec-readlist-eventsget-event

What your AI can do

Real Modern Events Calendar operations, every write reversible.

  • List events with titles and start/end dates
  • Read one event's curated schedule (dates, times, all-day, location, organizer, cost)
  • Answer scheduling questions without knowing MEC's meta keys
  • Create or edit events through the content tools (snapshotted)

Example prompts

Just ask.

What events are coming up, and when?

Read the Launch Party event and tell me its start and end time and location.

List all events in August with their dates.

Under the hood

The real calls.

wpmcp, modern-events-calendar

mec-read({ operation: "list-events" }), events with dates, newest first

mec-read({ operation: "get-event", args: { event_id: 42 } }), curated schedule

Frequently asked

Questions, answered.

Can the agent create or change events?

The curated mec-read surface is read-only. Because MEC events are an ordinary custom post type, an agent can still create and edit them through WP MCP's general content tools (create-post / update-post with mec-events), and every such write is snapshotted and one click from undone.

Do I need MEC Pro?

No. The integration reads the mec-events post type and mec_ meta that the free Modern Events Calendar registers.

Point your AI at Modern Events Calendar.

Release notes, straight to your inbox.

One email per release, what shipped, what's verified, what's production-only. No drip campaigns. Unsubscribe in one click.