Odel
agentlair

agentlair

Local
@piiiico3TypeScriptMITUpdated 2w ago

Give AI agents a real email address, vault, calendar, and task delegation via MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentlair/mcpv1.3.0

Run

npx -y @agentlair/mcp

MCP client config

{
  "mcpServers": {
    "agentlair": {
      "command": "npx",
      "args": [
        "-y",
        "@agentlair/mcp"
      ]
    }
  }
}