Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Config
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/arxiv-latex-mcp",
"run",
"server/main.py"
]
}
}
}Exposed MCP Tools (1)
safe
get_paper_promptRetrieves and processes the LaTeX source of an arXiv paper for LLM consumption.
Read-only operation; retrieves data from arXiv.
Safety Assessment
This MCP server is relatively safe due to its read-only nature and reliance on the arXiv API. However, potential risks include denial-of-service if abused and the possibility of incorrect LaTeX parsing. It is safe to use for querying and understanding arXiv papers, but rate limiting should be considered for production environments.
- Read-only access to arXiv papers.
- No direct execution of code.
- Utilizes a well-established arXiv API.
- No user-specific data storage.
- Potential for denial-of-service if abused.
- Reliance on external arXiv service.
- Incorrect LaTeX parsing could lead to unexpected behavior.
- No built-in rate limiting.
