AER-MCP

AER-MCP

3.3

If you are the rightful owner of AER-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

AER-MCP is a Model Context Protocol (MCP) server designed to search papers from the American Economic Association (AEA) using Language Model (LLM) technology.

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"
      ]
    }
  }
}

⛓️ More Academic MCP Servers