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"
      ]
    }
  }
}
相关推荐
怕浪猫6 小时前
设计你自己的可替换能力:三段式 Seam 实战,从需求到上线
agent·产品
腾讯云大数据7 小时前
DataBuddy数据语义驱动的企业Agent Runtime实践
大数据·人工智能·腾讯云·agent
plainGeekDev10 小时前
Agent高级编排模式
agent·ai编程·claude
tachibana210 小时前
复杂任务怎么做的任务拆分?
人工智能·ai·大模型·llm·agent
tachibana210 小时前
ReAct、Plan-and-Execute、Reflection 三种范式有什么核心区别
人工智能·ai·大模型·llm·agent
尘中远11 小时前
7大开源Agent源码对比解读——性能设计
ai·开源·agent·codex·deepseek·harness
VIP_CQCRE11 小时前
用 Ace Data Cloud 开启 AI 能力商业化:推广平台,或打造自己的白标 AI 平台
ai·api·mcp·ace data cloud·白标平台
ChaITSimpleLove12 小时前
.NET 10 的 AI 技术栈全景:M.E.AI、MCP 与 Agent Framework 深度解析
人工智能·.net·ai agent·mcp·agent framework·m.e.ai·hosted agents
新知图书13 小时前
16.1 基于MCP的多Agent旅行规划助手系统概述
人工智能·agent·ai agent·智能体
闪学it13 小时前
周瑜零基础手写agent
agent