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"
      ]
    }
  }
}
相关推荐
Old Uncle Tom8 小时前
Claude Code 记忆系统分析2
人工智能·ai·agent
小安同学iter8 小时前
LangChain4j:非 Spring 系,AI For Java的另一条路
ai·langchain·agent·langchain4j·java+ai
维元码簿8 小时前
系列开篇 | Claude Code 源码架构概览:51万行代码的模块地图
ai·agent·claude code·ai coding
呆呆敲代码的小Y9 小时前
从LLM到Agent Skill:AI核心技术全拆解与系统化学习路线
人工智能·ai·llm·agent·优化·skill·mcp
dLYG DUMS10 小时前
vscode配置django环境并创建django项目(全图文操作)
vscode·django·sqlite
FEF前端团队10 小时前
OpenSpec实战详解:让AI编码像搭积木般搞定需求与代码
ai编程·cursor
DFCED10 小时前
突发!Sora 之父 Bill Peebles 离职:OpenAI 理想主义的又一次落幕
人工智能·大模型·agent·sora
胡志辉的博客12 小时前
多智能体协作,不是多开几个 Agent:从中介者模式看 OpenClaw 和 Hermes Agent
人工智能·设计模式·ai·agent·中介者模式·openclaw·herman
山顶夕景12 小时前
【Agent】构建Harness的六大组件
agent·智能体·skill
爱敲代码的小黄13 小时前
我重新梳理了一遍 RAG,终于明白它不只是接个向量库
后端·面试·agent