Metadata-Version: 2.4
Name: bea-mcp
Version: 2.13.0
Summary: BEA 双极情绪美学 MCP Server（纯 Python 标准库，零第三方依赖，离线可用）
Author: 马星
License: CC-BY-NC-SA-4.0
Project-URL: Homepage, https://maxing0000.github.io/bipolar-emotion-aesthetics/
Project-URL: Repository, https://github.com/Maxing0000/bipolar-emotion-aesthetics
Keywords: mcp,aesthetics,design,bea,model-context-protocol
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Artistic Software
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: image
Requires-Dist: Pillow>=9.0; extra == "image"

# bea-mcp

BEA 双极情绪美学 MCP Server —— 9 个工具，纯 Python 标准库，零第三方依赖（图像分析的可选 Pillow 见下）。

> v2.10.0 起为全新引擎版：与仓库 [bipolar-emotion-aesthetics](https://github.com/Maxing0000/bipolar-emotion-aesthetics) 的 bea_quant.py 单源同步，替代旧 1.x（官方 SDK 版，维度命名已过时）。

## 安装

```bash
pipx install bea-mcp              # 基础版（8 个工具）
pipx install "bea-mcp[image]"     # 含图片直接分析 bea_analyze_image
```

## 客户端配置（一行接入）

```json
{
  "mcpServers": {
    "bea": {
      "command": "bea-mcp"
    }
  }
}
```

工具与用法详见仓库 [mcp-server/README.md](https://github.com/Maxing0000/bipolar-emotion-aesthetics/blob/main/mcp-server/README.md)。
