cursor+cline+MCP(论文agent)

安装

uv

使用pip安装

shell 复制代码
pip install uv -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

cursor/vscode安装、cline安装

  1. cursor安装
    https://cursor.com/cn/home?from=agents
  2. vscode安装
  3. cline安装

MCP server安装

  1. arxiv mcp server
    https://github.com/blazickjp/arxiv-mcp-server
  2. google scholar mcp server
    https://github.com/JackKuo666/Google-Scholar-MCP-Server

MCP server配置for cursor/cline

yaml 复制代码
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "C:/Users/mario/miniconda3/Scripts/uv.exe",
      "args": [
        "--directory",
        "D:/Mytools/mcp_servers/arxiv-mcp-server/src",
        "run",
        "arxiv-mcp-server",
        "--storage-path",
        "D:/data/arxiv_paper"
      ],
      "autoApprove": [
        "search_papers",
        "download_paper",
        "list_papers",
        "read_paper"
      ]
    },
    "google-scholar": {
      "command": "C:/Users/mario/miniconda3/python.exe",
      "args": [
        "D:/Mytools/mcp_servers/Google-Scholar-MCP-Server/google_scholar_server.py"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": [
        "search_google_scholar_key_words",
        "search_google_scholar_advanced",
        "get_author_info"
      ]
    }
  }
}
相关推荐
C+++Python21 小时前
Visual Studio Code(简称 VS Code)免费编辑器安装和软件配置 步骤
vscode
海棠AI实验室21 小时前
第七章 断点调试:VSCode 调试全流程(含常见坑)
ide·vscode·编辑器
程序猿DD21 小时前
Anthropic 如何评估 AI Agent
agent
淮北4941 天前
通过VSCODE下在markdown插件编辑查看
ide·vscode·编辑器
饭勺oO1 天前
AI 编程配置太头疼?ACP 帮你一键搞定,再也不用反复折腾!
ai·prompt·agent·acp·mcp·skills·agent skill
AGI杂货铺1 天前
零基础也能快速搭建的Deep Agents
ai·langchain·llm·agent·deepagent
AlienZHOU1 天前
MCP 是最大骗局?Skills 才是救星?
agent·mcp·vibecoding
Glink1 天前
从零开始编写自己的AI账单Agent
前端·agent·ai编程
进阶的鱼1 天前
一文助你了解Langchain
python·langchain·agent
Linux内核拾遗1 天前
人人都在聊 MCP,它到底解决了什么?
aigc·ai编程·mcp