Command

nylas mcp status

Check the status of the Nylas MCP server.

Written by Qasim Muhammad Staff SRE

What does nylas mcp status do?

The nylas mcp status command reports whether the MCP server is running, which transport mode it uses, how many tools are registered, and the connected grant. Use it to verify that your AI assistant can reach the Nylas MCP server and that email, calendar, and contact tools are available.

Usage

nylas mcp status

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

Examples

The nylas mcp status command reports whether the MCP server is running, which transport mode it uses, how many tools are registered, and the connected grant.

Check MCP server status

nylas mcp status

Verify tools are registered

nylas mcp status --json | jq '.tools'

Example output

MCP Installation Status:

  ○ Claude Desktop    config exists, nylas not added  /Users/you/Library/Application Support/Claude/claude_desktop_config.json
  ○ Claude Code       config exists, nylas not added  /Users/you/.claude.json
  ○ Cursor            not configured  /Users/you/.cursor/mcp.json
  - Windsurf          application not installed

Legend:
  ✓ Nylas MCP configured
  ○ Available but not configured
  - Not available

Troubleshooting

Status shows no tools registered

Run nylas auth login to connect an account. Tools are registered only when a valid grant exists.

Status shows server not running

Start the server with nylas mcp serve. If it was running, check logs for crash details with --verbose.

Recommended guides

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