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"
      ]
    }
  }
}
相关推荐
-许平安-1 天前
MCP项目笔记四(Transport)
开发语言·c++·笔记·ai·mcp
倾心琴心1 天前
【agent辅助热仿真学习】实践1 hotspot 热仿真代码流程学习
ai·agent·芯片·热仿真·求解
knqiufan1 天前
PingCraft:从需求文档到可追踪工作项的 Agent 实践之路
ai·llm·agent·pingcode
monsion1 天前
OpenCode 学习指南
人工智能·vscode·架构
非鱼䲆鱻䲜1 天前
vscode开发stm32添加新的头文件路径和包含源文件
ide·vscode·stm32·cmake·包含头文件·包含源文件
love530love2 天前
OpenClaw 手机直连配置全流程
人工智能·windows·python·智能手机·c#·agent·openclaw
熊明才2 天前
通信基站建设项目全流程进度管理多智能体系统
agent
liurunlin8882 天前
Go环境搭建(vscode调试)
开发语言·vscode·golang
1941s2 天前
Google Agent Development Kit (ADK) 指南 第五章:工具集成与自定义
人工智能·python·langchain·agent·adk
程序员Better2 天前
一口气拆穿Skill/MCP/RAG/Agent/OpenClaw底层逻辑
人工智能·开源·agent