【技术文档摘要】:
一个用于从AEA查找论文的MCP服务器。
🔍 使用LLM搜索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"
]
}
}
}