返回市场
空气-mcp

空气-mcp

作者:SepineTam5 星标更新:2025-04-18

项目介绍

【技术文档摘要】:

AER-MCP

一个用于从AEA查找论文的MCP服务器。

🔍 使用LLM搜索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服务器