PluginBench
MCP Server

io.github.piiiico/agentlair MCP Server

io.github.piiiico/agentlair

What is the io.github.piiiico/agentlair MCP server?

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

How to install io.github.piiiico/agentlair

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENTLAIR_API_KEY
    required
    secret

    Your AgentLair API key. Get a free key at https://agentlair.dev (POST /v1/auth/keys).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentlair": {
      "command": "npx",
      "args": [
        "-y",
        "@agentlair/mcp"
      ],
      "env": {
        "AGENTLAIR_API_KEY": "<YOUR_AGENTLAIR_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentlair": {
      "command": "npx",
      "args": [
        "-y",
        "@agentlair/mcp"
      ],
      "env": {
        "AGENTLAIR_API_KEY": "<YOUR_AGENTLAIR_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentlair": {
      "command": "npx",
      "args": [
        "-y",
        "@agentlair/mcp"
      ],
      "env": {
        "AGENTLAIR_API_KEY": "<YOUR_AGENTLAIR_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentlair": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentlair/mcp"
      ],
      "env": {
        "AGENTLAIR_API_KEY": "<YOUR_AGENTLAIR_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add agentlair --env AGENTLAIR_API_KEY=<YOUR_AGENTLAIR_API_KEY> -- npx -y @agentlair/mcp

Related MCP servers

Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals.

View repository →