【Windows+Cursor】从0到1配置Arxiv MCP Server,实现论文自主查询、下载、分析、综述生成

1. 安装UV

Installation | uv

bash 复制代码
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

将安装路径添加到环境变量

C:\Users\xxxxxx\.local\bin

2. git clone 代码

bash 复制代码
git clone https://github.com/blazickjp/arxiv-mcp-server.git
cd arxiv-mcp-server
uv venv
.venv\Scripts\Activate.ps1
uv pip install -e ".[test]"

3. 下载0.47版本以上的Cursor

Cursor - The AI Code Editor

4. 配置MCP

在「Cursor Settings」菜单栏中点击「MCP」,然后点击「+ Add new global MCP server」按钮,会弹出一个mcp.json文件,把arxiv-mcp-server中的配置信息添加到json文件中去。

bash 复制代码
{
  "mcpServers": {
      "arxiv-mcp-server": {
          "command": "uv",
          "args": [
              "tool",
              "run",
              "arxiv-mcp-server",
              "--storage-path", "/path/to/paper/storage"
          ]
      }
  }
}

显示绿色表示能用

5. 配置自己的API KEY,其余模型去掉(可选)

6. 实际测试

帮我查阅10篇论文

帮我写一个文献综述

相关推荐
hyunbar9 分钟前
Hermes 能不能完全替换 OpenClaw ?
agent·mcp
闲人编程1 小时前
什么是“工具调用”(Function Calling)?Agent的手和脚
大模型·agent·智能体·工具调用·function·calling
2301_780029041 小时前
A survey on large language model based autonomous agents —— 论文精读
人工智能·语言模型·自然语言处理
老刘说AI1 小时前
Embedding不是魔法:把文字变成数字的底层逻辑
人工智能·python·语言模型·embedding·ai编程
给算法爸爸上香1 小时前
tensorrt-llm部署Qwen-VL
大模型·多模态·qwen-vl·tensorrt-llm
一念杂记1 小时前
现在很火的MCP是什么? 一文教会你使用&开发
ai编程·mcp
龙侠九重天1 小时前
DeepSeek V4 深度解析:从架构创新到开发者生态的全面解读
人工智能·深度学习·架构·大模型·llm·deepseek·deepseek v4
柠檬威士忌9852 小时前
2026-05-12 AI前沿日报:GPT-5.5-Cyber、预发布评测与AI科研加速
网络安全·大模型·openai·deepmind
中间件XL3 小时前
ai-agent框架spring ai/alibaba原理源码分析(三) 外部调用III-skills
ai agent·calling·spring ai·springaialibaba·skills
kaisun643 小时前
国产大模型调研
大模型·国产