---
slug: "papersearch-arxiv-mcp服务器"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/lincest/mcp-papersearch@main/README.md"
repo: "https://github.com/lincest/mcp-papersearch"
source_file: "README.md"
branch: "main"
---
blog: https://moreality.net/posts/5672/

- `claude_desktop_config.json`

```json
{
  "mcpServers": {
        "papersearch": {
            "command": "/path/to/uv", 
            "args": [
                "--directory",
                "/path/to/papersearch",
                "run",
                "papersearch"
            ]
        }
    }
}
```
