Back to MCP directory
publicPublicdnsLocal runtime

AER-MCP (American Economic Association Journals)

AER-MCP是一个基于LLM的AEA论文搜索服务器,灵感来源于arxiv-mcp-server,目前仍在开发中。

article

README

🚀 AER - MCP 中国经济学人研究服务器

AER - MCP 中国经济学人研究服务器可借助大语言模型搜索来自 AEA 的论文,为经济学研究提供便利。目前该项目仍在开发中,其灵感源自 arxiv - mcp - server

🚀 快速开始

📦 安装指南

首先,克隆项目仓库并进入项目目录:

git clone https://github.com/sepinetam/aer-mcp.git
cd aer-mcp
uv venv .venv

⚙️ 配置说明

完成安装后,需要进行如下配置:

{
  "mcpServers": {
    "aer-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/the/repo/",
        "run",
        "aer_mcp.py"
      ]
    }
  }
}

📚 更多学术 MCP 服务器

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client