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"
      ]
    }
  }
}
相关推荐
沧海一笑-dj18 分钟前
【Tools】Visual Studio Code UNC host ‘192.168.236.128‘ access is not allowed错误
vscode·visual studio code·host·unc·access is not
魏杨杨10 小时前
一个程序员眼中的 AI 核心概念,讲透 LLM 、Agent 、MCP 、Skill 、RAG...
ai·.net·agent·claude code
冬奇Lab12 小时前
让 AI Agent 更可靠:Harness Engineering 与多 Agent 系统工程实践
人工智能·llm·agent
MomentYY14 小时前
第 3 篇:让 Agent 学会分工,LangGraph 构建多 Agent系统
人工智能·python·agent
前端_刘师兄14 小时前
Cursor的使用心得
ai编程·cursor
阿里云云原生14 小时前
QECon2026 深圳站丨云原生专家团拆解 AI Agent 工程化落地的 4 个关键环节
agent
神秘的土鸡15 小时前
Agent 落地:贴合健身真实场景的 AI 人物跟练方案
ai·语言模型·agent
ZengLiangYi16 小时前
MCP Server 集成:让 AI Agent 自动调用知识库
ai编程·mcp
AI语宙漫游指南16 小时前
AI Agent Skill 系统架构全解析:SKILL 规范与框架实现
人工智能·agent
ZengLiangYi16 小时前
MCP + Claude Code:新对话自动回忆历史经验
ai编程·mcp