nylas for Claude Desktop
io.usefulapi/nylas
MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.
client:Claude Desktop
transport:streamable-http
Install nylas in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nylas": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nylas.usefulapi.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs