AER - MCP 中国经济学人研究服务器可借助大语言模型搜索来自 AEA 的论文,为经济学研究提供便利。目前该项目仍在开发中,其灵感源自 arxiv - mcp - server。
首先,克隆项目仓库并进入项目目录:
git clone https://github.com/sepinetam/aer-mcp.git
cd aer-mcp
uv venv .venv
完成安装后,需要进行如下配置:
{
"mcpServers": {
"aer-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/the/repo/",
"run",
"aer_mcp.py"
]
}
}
}