Metadata-Version: 2.4
Name: iflow-mcp_sepinetam-aer-mcp
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4>=0.0.2
Requires-Dist: fake-useragent>=2.2.0
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: requests>=2.32.3
Requires-Dist: selenium>=4.31.0
Dynamic: license-file

# 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)


