A Model Context Protocol server for searching and analyzing arXiv papers
The ArXiv MCP Server is a powerful tool that enables AI assistants to seamlessly search, access, and analyze research papers from the renowned arXiv repository. By providing a simple, programmatic interface through the Message Control Protocol (MCP), this server bridges the gap between AI models and the vast wealth of scientific knowledge available on arXiv.
The ArXiv MCP Server is primarily designed for AI researchers, developers, and assistants who need to interact with the latest scientific literature in a programmatic and efficient manner. It can be particularly useful for tasks such as:
What sets the ArXiv MCP Server apart is its seamless integration with the MCP protocol, allowing it to be easily incorporated into a wide range of AI-driven systems. By providing a standardized and streamlined interface, the server simplifies the process of accessing and analyzing the vast trove of knowledge available on arXiv, empowering AI assistants to stay at the forefront of cutting-edge research..
Configuration
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"run",
"arxiv-mcp-server",
"--storage-path",
"/path/to/paper/storage"
]
}
}
}
Installation
# Using Smithery
npx -y @smithery/cli install arxiv-mcp-server --client claude
# Manual installation
uv pip install git+https://github.com/blazickjp/arxiv-mcp-server.git
| Feature | Details | |---------|----------| | Runtime | Python | | Storage | Local filesystem | | Testing | pytest suite | | License | MIT |
The server provides comprehensive paper search and analysis capabilities with configurable storage locations and filter options