mcpbeat Sign in

Nylas MCP Server

answering

Nylas is answering right now. Last checked 12 min ago. It exposes 15 tools. Last commit 1 Sep 2026.

MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.

Uptime history 47 days of history · worst day 23%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
15
Tools
read from the server
173 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Nylas every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add nylas --transport http https://nylas.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nylas": {
      "url": "https://nylas.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nylas]
url = "https://nylas.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "nylas": {
      "url": "https://nylas.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nylas": {
      "url": "https://nylas.usefulapi.io/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

nylas
nylas_create_draft
Creates a draft email (does NOT send — safe/additive). Nylas v3: POST /v3/grants/{grant_id}/drafts.
nylas_create_event
Creates a calendar event (may send invites to participants). Requires calendar_id (sent as a query param). Nylas v3: POST /v3/grants/{grant_id}/events.
nylas_get_calendar
Get a single calendar by id. Nylas v3: GET /v3/grants/{grant_id}/calendars/{calendar_id}.
nylas_get_contact
Get a single contact by id. Nylas v3: GET /v3/grants/{grant_id}/contacts/{contact_id}.
nylas_get_event
Get a single calendar event by id. Requires calendar_id (sent as a query param). Nylas v3: GET /v3/grants/{grant_id}/events/{event_id}.
nylas_get_grant
Get details for a single connected account (grant). Nylas v3: GET /v3/grants/{grant_id}.
nylas_get_message
Get a single email message by id. Nylas v3: GET /v3/grants/{grant_id}/messages/{message_id}.
nylas_list_calendars
List calendars for the connected account (each has a calendar_id used by the events tools). Nylas v3: GET /v3/grants/{grant_id}/calendars.
nylas_list_contacts
List contacts for the connected account, with optional email/phone filters. Nylas v3: GET /v3/grants/{grant_id}/contacts.
nylas_list_drafts
List draft emails for the connected account. Nylas v3: GET /v3/grants/{grant_id}/drafts.
nylas_list_events
List calendar events. Requires calendar_id (sent as a query param). Nylas v3: GET /v3/grants/{grant_id}/events.
nylas_list_folders
List mail folders/labels for the connected account. Nylas v3: GET /v3/grants/{grant_id}/folders.
nylas_list_grants
List the connected accounts (grants) on this Nylas application, each with a grant_id used to scope other tools. Not grant-scoped. Nylas v3: GET /v3/grants.
nylas_list_messages
List email messages for the connected account, with optional filters. Nylas v3: GET /v3/grants/{grant_id}/messages.
nylas_send_message
SENDS a real email via the connected account. This dispatches an actual message. Nylas v3: POST /v3/grants/{grant_id}/messages/send.

Endpoints

URLTransportStateLatencyChecked
https://nylas.usefulapi.io/mcp streamable-http answering 67 ms 12 min ago

Alternatives to Nylas

same job, measured the same way
Outlook Assistant
by littlebearapps

Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.

495 installs/wk local only
Outlook MCP
by littlebearapps

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

local only
ox-mcp
by rheopyrin

MCP server for Open-Xchange: email (IMAP/SMTP), Sieve filters, CalDAV calendar, CardDAV contacts

43 installs/wk local only
Aruba Email & Calendar
by jackfioru92

MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV

75 installs/wk local only
MCP Ecc
by karljsamuel

Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).

282 installs/wk local only
Unisender MCP
by theyahia

MCP server for UniSender API — email lists, campaigns, contacts. API key auth.

48 installs/wk local only
MCP Mailtrap
by pijusz

MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox

30 installs/wk local only
Google Workspace
by mindstone

Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more

147 installs/wk local only

Nylas — questions

Answers built from our own checks of this server.

What can Nylas do?
It exposes 15 tools, read directly from the server on our last check. Among them: nylas_create_draft, nylas_create_event, nylas_get_calendar, nylas_get_contact, nylas_get_event, nylas_get_grant and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Nylas working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 173 ms. The bar chart above shows every period we have measured.
How do I connect Nylas?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Nylas need an API key?
No. Nylas completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Nylas?
It answers our handshake in 173 ms on average, which is faster than 71% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Nylas open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.