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.
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.
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.
More integrations
MCP for The Events Calendar
FreeRead your The Events Calendar events and schedules over MCP, including the fields generic tools hide.
MCP for Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.
MCP for Gutenberg
FreeSurgical block-editor editing by index path, free, no page builder required.
MCP for Bricks
ProRead and write Bricks Builder content over MCP, a page builder most MCP tools can't touch.
MCP for Divi
ProRead and write Divi content over MCP, builder-aware, snapshotted, reversible.
MCP for WooCommerce
FreeRun your live store from a prompt, products, prices, orders, reports, every write snapshotted first.