添加arxiv mcp
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
papers/
|
||||
json/
|
||||
.vscode/
|
||||
.claude/
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
||||
23
README.md
23
README.md
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user