AER-MCP\
\ A MCP Server for finding from AEA.\ \ \u003e 🔍 Search papers from AEA with LLM\ \u003e \ \u003e 🛠️ Still Under Developing\ \u003e \ \u003e 💡 Inspiration: arxiv-mcp-server\ \
💡 Quickly Start\
Localization\
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"\
]\
}\
}\
}\\
