Loading...
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/arxiv-latex-mcp",
"run",
"server/main.py"
]
}
}
}get_paper_promptRetrieves and processes the LaTeX source of an arXiv paper for LLM consumption.
Read-only operation; retrieves data from arXiv.
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.