arxiv-mcp-server
by doveretepergkhb
Overview
This server provides an MCP interface for AI assistants to search, retrieve, and locally manage arXiv research papers.
Installation
python src/server.pySecurity Notes
Cannot perform a full security audit as only the `README.md` was provided, not the actual server source code files (e.g., Python scripts). The `README` mentions an 'authentication header' for MCP clients, implying some security measure, but its implementation details cannot be verified. Without the source code, it's impossible to check for direct risks like `eval` usage, obfuscation, hardcoded secrets, or improper handling of network requests. The project involves external network requests to arXiv, which inherently carries some risk if not handled securely.
Similar Servers
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
arXiv-mcp
Provides a Model Context Protocol (MCP) server for searching and retrieving arXiv academic papers for LLMs.
arxiv-mcp-server
The server enables researchers to search for academic papers on arXiv, analyze citations and trends, and export data in multiple formats, with a stated aim for AI-assisted discovery and processing.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.