Command

nylas mcp install

The nylas mcp install command gives AI assistants direct access to your email, calendar, and contacts via the Model Context Protocol (MCP). It writes the JSON configuration for Claude Code, Cursor, VS Code Copilot, or Windsurf so the assistant can send emails, read messages, create events, and manage contacts on your behalf. Run with --all to configure every detected assistant at once.

Usage

nylas mcp install [--assistant cursor]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations
--assistantTarget assistant (claude-code, cursor, etc.)
--allInstall for all detected assistants

Examples

Interactive setup

nylas mcp install

Cursor only

nylas mcp install --assistant cursor

Troubleshooting

MCP not detected by assistant

Restart the assistant after install. Check config path for your assistant.

Recommended guides

Build an AI Email Triage Agent

Build an AI agent that reads your inbox, classifies emails by urgency, drafts replies, and archives noise. Python + Nylas CLI + any LLM.

Nylas vs Recall.ai for AI Agent Email

Compare Nylas CLI and Recall.ai for AI agent email access. One handles email and calendar, the other handles meeting recordings. Pick the right tool.

Email APIs for AI Agents Compared

Compare Gmail API, Microsoft Graph, SendGrid, Mailgun, Nylas, and direct IMAP for giving AI agents email access. Feature table included.

Give Your AI Coding Agent an Email Address

Connect Claude Code, Cursor, OpenAI Codex CLI, Windsurf, and OpenClaw to a real email account via MCP. Step-by-step setup for each tool using Nylas CLI.

Connect Nylas Email and Calendar to Manus MCP

Register Nylas CLI as a Manus MCP server for email and calendar access. Focused on Nylas setup inside the Manus sandbox.

Send Email from the Manus Sandbox

Install Nylas CLI in the Manus sandbox, authenticate with a Nylas API key, and send email over HTTPS when SMTP is blocked.

Draft Personalized Emails with Manus AI

Use Manus AI to draft personalized emails at scale with Nylas CLI. Feed a contact list, review AI-generated drafts, then send in one command.

Sync Email to CRM with Manus AI

Use Manus AI and Nylas CLI to extract contacts from your inbox, enrich them, and sync to Salesforce, HubSpot, or Pipedrive. No code, no manual data entry.

Email Analytics with Manus AI

Analyze email patterns with Manus AI and Nylas CLI — volume by sender, response times, busiest hours, unread trends, and weekly reports.

Manus AI Email Research Agent

Use Manus AI to deep-search your inbox, summarize email threads, extract decisions, and compile research — all powered by Nylas CLI email commands.

Manus AI Meeting Scheduler

Schedule meetings with natural language using Manus AI and Nylas CLI. Check availability, find mutual times, and create calendar events.

Automate Email with Manus AI: Beginner Guide

Five-minute quickstart for Manus + Nylas CLI. Install the Skill, authenticate one mailbox, send a test email, list recent mail, and run your first search.

Manus AI vs Claude Code for Email Automation

Side-by-side comparison of Manus AI Skills and Claude Code MCP for email and calendar automation. Same Nylas CLI commands, different agent runtimes.

Build an Email Support Agent with Manus AI

Build a Manus support agent that polls a support inbox, matches knowledge base articles, drafts replies, and routes risky tickets for human approval.

Reach Inbox Zero with Manus AI

Reach inbox zero with Manus AI. Triage unread email, categorize by urgency, draft replies, and archive — all via natural language and Nylas CLI.

Mail Manus: Automate Email from CLI

Compare Mail Manus forwarding with direct inbox access. Learn when to add the Nylas CLI Skill for search, sending, follow-ups, and calendar workflows.

Connect Voice Agents to Email and Calendar

Bridge LiveKit, Vapi, or any voice agent framework to email and calendar using Nylas CLI as a subprocess. Complete Python examples.

Design Email Systems for AI Agents: Structured Formats and Machine-Readable Templates

How to design email workflows that AI agents can parse reliably. Structured JSON output, machine-readable templates, agent-friendly headers, and MCP server integration.

Gmail API Limits for AI Agents

Gmail API has 250 quota units/sec/user, exponential backoff requirements, OAuth consent screens, and token refresh complexity. How to handle each one.

Email as Memory for AI Agents

Use email as persistent memory for AI agents — semantic, episodic, and procedural. Search, retrieve, and reason over conversation history with Nylas CLI.

Why AI Agents Need Email Addresses: Identity, Verification, and Agent-to-Agent Communication

AI agents use email as their primary identity on the internet. Signups, OTP verification, agent-to-agent messaging, and identity trust chains.

Why AI Agents Need Email

AI agents need email for authentication, two-way communication, and audit trails. See how Nylas CLI gives agents full inbox access in a single command.

AI Agent Audit Logs from the CLI

Use nylas audit to track Claude Code, GitHub Copilot, and MCP commands with source detection, filters, and compliance exports.

Build a Manus Skill for Nylas Email & Calendar

Build a Nylas-focused Manus Skill with SKILL.md and setup scripts so the agent can handle inbox, calendar, and contact workflows in the sandbox.

Connect OpenClaw to Nylas for Email and Calendar

Use OpenClaw's exec tool to run Nylas CLI for inbox access, email sending, calendar scheduling, and contact search. Covers TOOLS.md, exec approvals, and PATH setup.

Manage Calendar Events from Terminal

Create, list, update, and delete calendar events from your terminal with Nylas CLI. DST-aware scheduling, timezone conversion, and AI-powered meeting finder.

Give AI Agents Email Access via MCP

Set up Nylas CLI as an MCP server so Claude, Cursor, Windsurf, and VS Code can read, send, and schedule email and calendar events in one command.

Run nylas mcp install --help for full help output.