productivity
AddEvent MCP, CLI, and Lua Integration for AI Agents
AddEvent integration docs for AI agents: MCP gateway setup, AddEvent CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
AddEvent for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
addevent- route_slug
addevent- package
addevent- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. AddEvent CLIHeadless setup and direct function calls. AddEvent MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
AddEvent MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for AddEvent.
Claude Code AddEvent MCP setup for Claude Code. Cursor AddEvent MCP setup for Cursor. Codex AddEvent MCP setup for Codex. OpenAI Agents AddEvent MCP setup for OpenAI Agents SDK. Claude Agent SDK AddEvent MCP setup for Claude Agent SDK. Vercel AI SDK AddEvent MCP setup for Vercel AI SDK. LangChain AddEvent MCP setup for LangChain. LangGraph AddEvent MCP setup for LangGraph. CrewAI AddEvent MCP setup for CrewAI. MCP clients AddEvent MCP setup for Generic MCP Clients.
AddEvent CLI Matrix
Use these pages for direct AddEvent CLI workflows in scripts, CI, cron, and agent wrappers.
CI AddEvent CLI for CI. Cron Jobs AddEvent CLI for cron jobs. Shell Scripts AddEvent CLI for shell scripts. Headless Automation AddEvent CLI for headless automation. Coding Agents AddEvent CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
addevent.addevent_list_events | Read read | 3 | List calendar events from AddEvent. Supports pagination with limit and page parameters, and optional filtering by category ID. |
addevent.addevent_get_event | Read read | 1 | Get details for a specific AddEvent calendar event by ID. |
addevent.addevent_create_event | Write write | 6 | Create a new calendar event in AddEvent. Requires a title, start date, and end date. Optionally add a location, description, and category. |
addevent.addevent_list_categories | Read read | 0 | List all event categories in AddEvent. Use category IDs to organize and filter events. |
addevent.addevent_list_groups | Read read | 2 | List event groups from AddEvent. Groups are collections of related events. Supports pagination with limit and page parameters. |
addevent.addevent_get_group | Read read | 1 | Get details for a specific AddEvent event group by ID. |
addevent.addevent_get_current_user | Read read | 0 | Get the profile of the currently authenticated AddEvent user. Useful for verifying credentials and displaying account information. |