Arxiv
A Model Context Protocol server for searching and analyzing arXiv papers
A Model Context Protocol server for searching and analyzing arXiv papers
{
"mcpServers": {
"arxiv": {
"command": "uvx",
"args": [
"arxiv-mcp-server"
]
}
}
}
[](https://pypi.org/project/arxiv-mcp-server/) [](https://pypi.org/project/arxiv-mcp-server/) [](https://github.com/blazickjp/arxiv-mcp-server/stargazers) [](https://github.com/blazickjp/arxiv-mcp-server/forks) [](https://github.com/blazickjp/arxiv-mcp-server/actions/workflows/tests.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/Apache-2.0) [](https://smithery.ai/server/arxiv-mcp-server) [](https://vscode.dev/redirect/mcp/install?name=arxiv-mcp-server&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22arxiv-mcp-server%22%5D%7D) [](https://insiders.vscode.dev/redirect/mcp/install?name=arxiv-mcp-server&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22arxiv-mcp-server%22%5D%7D&quality=insiders) [](https://kiro.dev/launch/mcp/add?name=arxiv-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22arxiv-mcp-server%22%5D%7D) [](./.codex-plugin/plugin.json) # ArXiv MCP Server > 🔍 Enable AI assistants to search and access arXiv papers through a simple MCP interface. The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way. 🤝 **[Contribute](https://github.com/blazickjp/arxiv-mcp-server/blob/main/CONTRIBUTING.md)** • 📝 **[Report Bug](https://github.com/blazickjp/arxiv-mcp-server/issues)** ## ✨ Core Features - 🔎 **Paper Search**: Query arXiv papers with filters for date ranges and categories - 📄 **Paper Access**: Download and read paper content - 📋 **Paper Listing**: View all downloaded papers - 🗃️ **Local Storage**: Papers are saved locally for faster access - 📝 **Prompts**: A set of research prompts for paper analysis ## 🔒 Security ### Prompt Injection Risk **Paper content retrieved from arXiv is untrusted external input.** When an AI assistant downloads or reads a paper through this server, the paper's text is passed directly into the model's context. A maliciously crafted paper could embed adversarial instructions designed to hijack the AI's behavior — for example, instructing it to exfiltrate data, invoke other tools with unintended arguments, or override system-level instructions. This is a known class of attack described by OWASP as **LLM01: Prompt Injection** and by the OWASP Agentic AI framework as **AG01: Prompt Injection in...
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser funct...
面向 AWS 文档和云服务知识查询的 MCP 服务,适合架构设计和云产品检索。
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via...
A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and exte...
Build effective agents using Model Context Protocol and simple workflow patterns