takashiishida/arxiv-latex-mcp
Get the LaTeX source of arXiv papers to handle mathematical content and equations
Quick Start
Clone the repository:
git clone https://github.com/takashiishida/arxiv-latex-mcpClaude Desktop configuration example:
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "npx",
"args": [
"-y",
"takashiishida/arxiv-latex-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.