mcp-arxiv-server
Verified Safeby YHY123669
Overview
This server acts as an AI agent tool, enabling it to search and retrieve academic papers from ArXiv based on user-defined keywords.
Installation
python mcp_server.pyEnvironment Variables
- PORT
Security Notes
The code demonstrates good security practices for a server interacting with a public API. It handles external network calls asynchronously with timeouts, uses standard XML parsing, and includes basic error handling for API and XML parsing failures. No hardcoded secrets, 'eval' statements, or obvious malicious patterns were found. The primary external interaction is with the ArXiv API.
Similar Servers
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.
academia_mcp
An MCP server providing tools for searching, fetching, analyzing, and reporting on scientific papers and datasets, often powered by LLMs.
arXiv-mcp
Provides a Model Context Protocol (MCP) server for searching and retrieving arXiv academic papers for LLMs.
mcp
This server acts as an interface to the Space Frontiers API, allowing language models to perform semantic search, resolve document identifiers, and retrieve filtered document content or metadata from various data sources.