Back to Home
1Dark134 icon

arxiv-mcp-server

Verified Safe

by 1Dark134

Overview

The arxiv-mcp-server acts as an AI-powered Model Context Protocol (MCP) server for arXiv, enabling advanced paper search, citation analysis, trend tracking, and multi-format data exports to streamline academic research workflows.

Installation

Run Command
python main.py server

Security Notes

The code generally follows good practices, using HTTPS for external API calls and standard Python libraries. No explicit 'eval' or hardcoded secrets were found in the provided source. The internal MCP communication uses `stdio_client` to run a Python subprocess, which is designed for self-invocation (`python main.py server`) and thus low risk in this context, but could be a vulnerability if the script path were user-controlled. XML parsing from the trusted arXiv API is handled, but generally requires careful consideration for untrusted sources. Input validation for arXiv IDs is not consistently applied at the tool level, relying on the arXiv API to reject malformed requests.

Similar Servers

Stats

Interest Score37
Security Score8
Cost ClassLow
Stars8
Forks1
Last Update2025-12-06

Tags

academic-papersarxivai-assistantresearch-toolsmodel-context-protocol