agentlair for Claude Desktop
io.github.piiiico/agentlair
Give AI agents a real email address, vault, calendar, and task delegation via MCP.
client:Claude Desktop
transport:stdio
runtime:npm
Install agentlair in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentlair": {
"command": "npx",
"args": [
"-y",
"@agentlair/mcp"
],
"env": {
"AGENTLAIR_API_KEY": "<AGENTLAIR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs