https://github.com/sepinetam/aer-mcp
A MCP Server for finding from AEA.
https://github.com/sepinetam/aer-mcp
Last synced: 4 months ago
JSON representation
A MCP Server for finding from AEA.
- Host: GitHub
- URL: https://github.com/sepinetam/aer-mcp
- Owner: SepineTam
- License: mit
- Created: 2025-04-17T09:57:48.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-18T07:07:20.000Z (6 months ago)
- Last Synced: 2025-04-18T19:59:48.236Z (6 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AER-MCP
A MCP Server for finding from AEA.
> 🔍 Search papers from AEA with LLM
>
> 🛠️ Still Under Developing
>
> 💡 Inspiration: [arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server)## 💡 Quickly Start
### Localization
```bash
git clone https://github.com/sepinetam/aer-mcp.git
cd aer-mcp
uv venv .venv
```Then, config it
```json
{
"mcpServers": {
"aer-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/the/repo/",
"run",
"aer_mcp.py"
]
}
}
}
```## ⛓️ More Academic MCP Servers
- [Stata-MCP](https://github.com/sepinetam/stata-mcp)
- [NBER-MCP](https://github.com/sepinetam/nber-mcp)
- [arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server)