mcpbeat Sign in

Agentlair MCP Server

local only

Agentlair runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 22 Aug 2026.

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

Installs per day peak 17 · avg 5 · +91% w/w
a month agotoday
36
Installs / week
npm · @agentlair/mcp
5
Stars
1 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  'eyJhbGciOiJFZERTQSIsImtpZCI6ImFsa190ZXN0XzE3NzgwMzg3NjE0NzciLCJ0eXAiOiJzcGErand0In0.eyJpc3MiOiJodHRwczovL2FnZW50bGFpci5kZXYiLCJzdWIiOiJhY2NfdGVzdF9waWNvIiwiYXVkIjoiaHR0cHM6Ly9hZ2VudHNraWxscy5pbyIsImlhdCI6MTc3ODAzODc2MSwiZXhwIjoxODA5NTc0NzYxLCJqdGkiOiJzcGFfdGVzdF85ajlodmZ6aSIsI…
    <!-- Update title + canonical to per-JTI values once client loads -->
    exec(input?: (string | URLPatternInit), baseURL?: string): URLPatternResult | null;
Page executes code built at runtime apps/dashboard/src/index.html:388
  container.innerHTML = html;
      'IyBBZ2VudExhaXIgRW1haWwgU2tpbGwKCj4gR2l2ZSB5b3VyIEFJIGFnZW50IGEgcmVhbCBlbWFpbCBhZGRyZXNzIGluIDMgQVBJIGNhbGxzLiBObyBTTVRQLiBObyBJTUFQLiBObyBDQVBUQ0hBLgoKVGhpcyBpcyBhbiBbQWdlbnQgU2tpbGxdKGh0dHBzOi8vYWdlbnRza2lsbHMuaW8pIGZvciBbQWdlbnRMYWlyXShodHRwczovL2FnZW50bGFpci5kZXYpIOKAl…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentlair -- npx -y @agentlair/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentlair": {
      "args": [
        "-y",
        "@agentlair/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentlair]
command = "npx"
args = ["-y", "@agentlair/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentlair": {
      "args": [
        "-y",
        "@agentlair/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentlair": {
      "args": [
        "-y",
        "@agentlair/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTLAIR_API_KEY (Your AgentLair API key. Get a free key at https://agentlair.dev (POST /v1/auth/keys).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentlair

same job, measured the same way
CAI MCP
by cailab-hk

CAI MCP server — gives AI agents a custodial wallet, @cai.com email, and vault.

local only
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
Postfleet
by postfleet

Give an AI agent its own email address: send, reply, read, and wait for mail.

99 installs/wk answering
Google Workspace
by aaronsb

Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven

1 096 installs/wk local only
MailFlat
by mailflat

Real email inboxes for AI agents: open an address, read the one-time code, send mail.

366 installs/wk local only
Agent Email
by usejunior

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

145 installs/wk local only
Machine Inbox
by machineinbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

11 tools answering
MyAgentMail
by myagentmail

Email inboxes and calendars for AI agents: send, receive, search, draft and schedule.

answering

Agentlair — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentlair?
Agentlair runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentlair/mcp was installed 36 times last week.
How do I connect Agentlair?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentlair/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentlair?
The npm package @agentlair/mcp was installed 36 times in the last week. Week over week that is +91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentlair open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.