How nylas mcp uninstall Works: Remove MCP integration from an AI assistant
Source: Dev.to
Syntax
nylas mcp uninstall --assistant ASSISTANT
Examples
Uninstall from Claude Code
nylas mcp uninstall --assistant claude-code
Uninstall from Cursor
nylas mcp uninstall --assistant cursor
How It Works
MCP (Model Context Protocol) is an open standard from Anthropic. It defines how AI assistants discover and call external tools. The Nylas MCP server registers email, calendar, and contact operations as tools — your assistant sees them in its tool palette automatically.
Tips
- CI/CD ready: This command works in non‑interactive mode. Set
NYLAS_API_KEYas an environment variable and it picks up credentials automatically. - Pipe to jq:
nylas mcp uninstall --json | jq '.'gives you structured data you can filter and transform. - Full docs:
nylas mcp uninstallreference — all flags, advanced examples, and troubleshooting. - All commands: Nylas CLI Command Reference
- Get started:
brew install nylas/nylas-cli/nylas— other install methods