Command

nylas mcp install

Install MCP configuration for AI assistants (Claude, Cursor, VS Code).

Written by Qasim Muhammad Staff SRE

What does nylas mcp install do?

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
--binary(-b)Path to nylas binary (default: auto-detect)

Examples

The nylas mcp install command gives AI assistants direct access to your email, calendar, and contacts via the Model Context Protocol (MCP).

Interactive setup

nylas mcp install

Cursor only

nylas mcp install --assistant cursor

Example output

✓ Nylas MCP configured for Claude Desktop
  Config: /Users/you/Library/Application Support/Claude/claude_desktop_config.json

Restart Claude Desktop to load the Nylas MCP server.

Troubleshooting

MCP not detected by assistant

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

Recommended guides

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