Nylas for your agents.
Connect Nylas once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Nylas.
What agents can do with Nylas
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
nylas_list_grantsList connected account grants (each grant is one end-user's mailbox/calendar).
nylas_list_messagesList email messages for a grant.
nylas_list_eventsList calendar events for a grant.
nylas_get_grantGet one grant (connected account) by id, including provider and scopes.
nylas_send_messageSend an email from a grant's mailbox. `to` is an array of {name, email} objects; `body` is HTML or text.
nylas_list_calendarsList the calendars available to a grant.
nylas_create_eventCreate a calendar event. `calendar_id` (query, required) picks the calendar; `when` is a time object like {start_time, end_time} in epoch seconds.
nylas_list_contactsList contacts for a grant.
nylas_list_threadsList email threads for a grant.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- In the Nylas v3 dashboard, copy your API key.
- EU data region? Change base_url to https://api.eu.nylas.com.
- A grant id identifies a connected end-user account; get it from the grants list.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Nylas to Even: call connect_begin("nylas") on the even-connect MCP and walk me through it.
List connected email accounts (grants), retrieve messages and calendar events for a mailbox.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.