AEA论文搜索
STDIO使用LLM搜索AEA学术论文
使用LLM搜索AEA学术论文
A MCP Server for finding from AEA.
🔍 Search papers from AEA with LLM
🛠️ Still Under Developing
💡 Inspiration: arxiv-mcp-server
git clone https://github.com/sepinetam/aer-mcp.git cd aer-mcp uv venv .venv
Then, config it
{ "mcpServers": { "aer-mcp": { "command": "uv", "args": [ "--directory", "/path/to/the/repo/", "run", "aer_mcp.py" ] } } }