๐ ํธ์ํฐ ํ๋ก์ฐ
๐ ๋์ฅ๊ฐ ๋ฐฐ์ง
๐ ํ์ด์ฌ ๋ฒ์
๐ ๋ผ์ด์ผ์ค: MIT
๐ PyPI ๋ค์ด๋ก๋
๐ PyPI ๋ฒ์
ArXiv MCP ์๋ฒ
๐ AI ๋ณด์กฐ์์ด ๊ฐ๋จํ MCP ์ธํฐํ์ด์ค๋ฅผ ํตํด arXiv ๋ ผ๋ฌธ์ ๊ฒ์ํ๊ณ ์ก์ธ์คํ ์ ์๋๋ก ํฉ๋๋ค.
ArXiv MCP ์๋ฒ๋ ๋ฉ์์ง ์ ์ด ํ๋กํ ์ฝ(MCP)์ ํตํด AI ์ด์์คํดํธ์ arXiv ์ฐ๊ตฌ ์ ์ฅ์๋ฅผ ์ฐ๊ฒฐํฉ๋๋ค. AI ๋ชจ๋ธ์ด ํ๋ก๊ทธ๋๋ฐ ๋ฐฉ์์ผ๋ก ๋ ผ๋ฌธ์ ๊ฒ์ํ๊ณ ์ฝํ ์ธ ์ ์ ๊ทผํ ์ ์๋๋ก ์ง์ํฉ๋๋ค.
๐ค ๊ธฐ์ฌ โข ๐ ๋ฒ๊ทธ ์ ๊ณ
โจ ํต์ฌ ๊ธฐ๋ฅ
๐ ๋ ผ๋ฌธ ๊ฒ์ : ๋ ์ง ๋ฒ์ ๋ฐ ๋ฒ์ฃผ ํํฐ๋ฅผ ์ฌ์ฉํ์ฌ arXiv ๋ ผ๋ฌธ์ ๊ฒ์ํฉ๋๋ค.
๐ ๋ ผ๋ฌธ ์ ๊ทผ : ๋ ผ๋ฌธ ๋ด์ฉ์ ๋ค์ด๋ก๋ํ๊ณ ์ฝ์ด๋ณด์ธ์
๐ ๋ ผ๋ฌธ ๋ชฉ๋ก : ๋ค์ด๋ก๋ํ ๋ชจ๋ ๋ ผ๋ฌธ ๋ณด๊ธฐ
๐๏ธ ๋ก์ปฌ ์คํ ๋ฆฌ์ง : ๋ ๋น ๋ฅธ ์ก์ธ์ค๋ฅผ ์ํด ๋ฌธ์๊ฐ ๋ก์ปฌ์ ์ ์ฅ๋ฉ๋๋ค.
๐ ํ๋กฌํํธ : ์ฐ๊ตฌ ํ๋กฌํํธ ์ธํธ
Related MCP server: arXiv MCP Server
๐ ๋น ๋ฅธ ์์
Smithery๋ฅผ ํตํด ์ค์น
Smithery ๋ฅผ ํตํด Claude Desktop์ ArXiv Server๋ฅผ ์๋์ผ๋ก ์ค์นํ๋ ๋ฐฉ๋ฒ:
์ง์์คํผ1
์๋ ์ค์น
uv๋ฅผ ์ฌ์ฉํ์ฌ ์ค์น:
uv tool install arxiv-mcp-server๊ฐ๋ฐ์ ์ํด:
# Clone and set up development environment
git clone https://github.com/blazickjp/arxiv-mcp-server.git
cd arxiv-mcp-server
# Create and activate virtual environment
uv venv
source .venv/bin/activate
# Install with test dependencies
uv pip install -e ".[test]"๐ MCP ํตํฉ
MCP ํด๋ผ์ด์ธํธ ๊ตฌ์ฑ ํ์ผ์ ๋ค์ ๊ตฌ์ฑ์ ์ถ๊ฐํ์ธ์.
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path", "/path/to/paper/storage"
]
}
}
}๊ฐ๋ฐ์ ์ํด:
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"--directory",
"path/to/cloned/arxiv-mcp-server",
"run",
"arxiv-mcp-server",
"--storage-path", "/path/to/paper/storage"
]
}
}
}๐ก ์ฌ์ฉ ๊ฐ๋ฅํ ๋๊ตฌ
์๋ฒ๋ 4๊ฐ์ง ์ฃผ์ ๋๊ตฌ๋ฅผ ์ ๊ณตํฉ๋๋ค.
1. ๋ ผ๋ฌธ ๊ฒ์
์ ํ ํํฐ๋ฅผ ์ฌ์ฉํ์ฌ ๋ ผ๋ฌธ ๊ฒ์:
result = await call_tool("search_papers", {
"query": "transformer architecture",
"max_results": 10,
"date_from": "2023-01-01",
"categories": ["cs.AI", "cs.LG"]
})2. ๋ ผ๋ฌธ ๋ค์ด๋ก๋
arXiv ID๋ก ๋ ผ๋ฌธ์ ๋ค์ด๋ก๋ํ์ธ์:
result = await call_tool("download_paper", {
"paper_id": "2401.12345"
})3. ๋ ผ๋ฌธ ๋ชฉ๋ก
๋ค์ด๋ก๋ํ ๋ชจ๋ ๋ ผ๋ฌธ ๋ณด๊ธฐ:
result = await call_tool("list_papers", {})4. ๋ ผ๋ฌธ ์ฝ๊ธฐ
๋ค์ด๋ก๋ํ ๋ ผ๋ฌธ์ ๋ด์ฉ์ ์ ๊ทผํ์ธ์:
result = await call_tool("read_paper", {
"paper_id": "2401.12345"
})โ๏ธ ๊ตฌ์ฑ
ํ๊ฒฝ ๋ณ์๋ฅผ ํตํด ๊ตฌ์ฑ:
๋ณํ๊ธฐ ์ฌ์ด | ๋ชฉ์ | ๊ธฐ๋ณธ |
| ์ข ์ด ๋ณด๊ด ์์น | ~/.arxiv-mcp-server/papers |
๐งช ํ ์คํธ
ํ ์คํธ ๋ชจ์์ ์คํํฉ๋๋ค.
python -m pytest๐ ๋ผ์ด์ผ์ค
MIT ๋ผ์ด์ ์ค์ ๋ฐ๋ผ ๋ฐฐํฌ๋ฉ๋๋ค. ์์ธํ ๋ด์ฉ์ ๋ผ์ด์ ์ค ํ์ผ์ ์ฐธ์กฐํ์ธ์.
Pear Labs ํ์ด โค๏ธ๋ก ๋ง๋ค์์ต๋๋ค
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
- Methods to Enhance Deep Research Capabilities
- Tools or methods for generating academic papers
- A server for finding academic papers, reading summaries, and tracking latest publications
- A service for finding academic papers on arXiv and Google Scholar
- A platform for accessing academic and scientific papers (likely referring to arXiv)
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/huanongfish/arxiv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
