AER-MCP
2
AER-MCP is a Model Context Protocol server aimed at facilitating searches for papers from the American Economic Association using Language Learning Models. It is currently under development and inspired by existing solutions like the arxiv-mcp-server.
AER-MCP
A MCP Server for finding from AEA.
🔍 Search papers from AEA with LLM
🛠️ Still Under Developing
💡 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"
]
}
}
}