MCP Server for searching and reading arXiv papers
Project description
arXiv MCP Server
MCP Server for searching and reading arXiv papers directly from Claude Code.
Installation
# Using uvx (recommended)
uvx arxiv-mcp-server
# Or install with pip
pip install arxiv-mcp-server
Usage with Claude Code
claude mcp add arxiv-server -- uvx arxiv-mcp-server
Or manually add to your Claude Code MCP settings:
{
"mcpServers": {
"arxiv": {
"command": "uvx",
"args": ["arxiv-mcp-server"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
search |
Search arXiv papers by title, keywords, or arXiv ID |
get_paper |
Download and read paper full text |
list_downloaded_papers |
List locally cached papers |
Examples
User: 帮我看一下 PIS: Linking Importance Sampling... 这篇论文
Claude Code:
1. search("PIS Importance Sampling Prompt Compression")
2. get_paper("2504.16574")
3. 分析论文内容...
Configuration
| Environment Variable | Description | Default |
|---|---|---|
ARXIV_STORAGE_DIR |
Directory for downloaded papers | ~/.arxiv-mcp/papers |
Development
# Install dependencies
uv sync
# Run server directly
uv run arxiv-mcp-server
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arxiv_paper_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: arxiv_paper_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 57.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85e0aacc8ed17f998ff2b1cc5d1b2c7384b8d61e27cf639e5b2d82234afcc218
|
|
| MD5 |
f733a39df4e486b18afa6a36d6dc1b0a
|
|
| BLAKE2b-256 |
8f7a0aac9a5fbccfe5b9cb2aacb8bd7d1c513c225cd0980cac6a59a45ef4172d
|
File details
Details for the file arxiv_paper_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: arxiv_paper_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
411fc82e70a3a7ff7299ff6fe41c332d5dfc58bd09891ec84a43c63066ff53be
|
|
| MD5 |
5514d1437601f8710017ec63210a55d4
|
|
| BLAKE2b-256 |
5f54df63732037c56040245b67228b0d1ef2e53440a077563d4daa80cf260936
|