添加arxiv mcp

This commit is contained in:
2026-01-17 11:39:17 +08:00
parent df4faa481a
commit 528aee16f3
2 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
papers/
json/
.vscode/
.claude/
# ---> Python
# Byte-compiled / optimized / DLL files

View File

@@ -1,3 +1,24 @@
# paper-crawler
基于dblp和Semantic Scholar API爬取论文摘要。
基于dblp和Semantic Scholar API爬取论文摘要。
## arxiv-mcp-server
在claude code中配置arxiv-mcp-server搜索并读取arxiv论文。`claude mcp add arxiv uv arxiv-mcp-server`,再进入配置文件编辑。
```json
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path",
"/path/to/paper/storage"
]
}
}
}
```