Back to MCP Servers
Arxiv Latex
Get the LaTeX source of arXiv papers to handle mathematical content and equations
search-data-extraction
Installation
npx -y arxiv-latex-mcpConfiguration
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "npx",
"args": ["-y", "arxiv-latex-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes