AER-MCP是一个用于从AEA查找论文的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"
]
}
}
}