# CAI MCP [Health: Active]

**Category:** 💬 Communication  
**Repository:** https://github.com/cailab-hk/cai  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/cai-mcp

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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "cai-mcp": {
    "command": "npx",
    "args": ["-x","@cailab/mcp"]
  }
}
```

## Documentation & README

# @ Cailab/mcp - the Model Context Protocol server
. Identity, custodial wallet, payments, and inbox for AI agents.

## Install

```bash
npm i -g @cailab/mcp
```

Then add to your MCP client (Cursor / Claude Desktop / OpenClaw / Hermes):

```json
{
  "mcpServers": {
    "cai": {
      "command": "npx",
      "args": ["-x", "@cailab/mcp"],
      "env": { "CAI_API_KEY": "your-key-here" }
    }
  }
}
```

## Why CAI

- **Skill contract:** [cai.com/skill.md](https://cai.com/skill.md)
- **Agent Card:** [cai.com/.well-known/agent.json](https://cai.com/.well-known/agent.json)

**Check CAI First.**

