paper---mcp---server

maziyee/paper---mcp---server
★ 0 stars C++ Other Updated today
论文分析mcp,调用多模态大模型实现对论文中的图片进行分析,并通过脚本批量提取论文中的数据点等功能
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "paper---mcp---server": {
      "command": "npx",
      "args": [
        "-y",
        "maziyee/paper---mcp---server"
      ]
    }
  }
}