This MCP server fetches and processes LaTeX sources from arXiv papers using arxiv-to-prompt. It exposes tools to parse and interpret mathematical expressions in scientific papers. It connects to the arXiv API to retrieve LaTeX sources. Developers use it to build AI agents that analyze and interpret mathematical content in research papers.
This MCP server fetches and processes LaTeX sources from arXiv papers using arxiv-to-prompt. It exposes tools to parse and interpret mathematical expressions in scientific papers. It connects to the arXiv API to retrieve LaTeX sources. Developers use it to build AI agents that analyze and interpret mathematical content in research papers.
pip install arxiv-latex-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"takashiishida-arxiv-latex-mcp-github": {
"command": "uvx",
"args": [
"pip install arxiv-latex-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from arxiv latex mcp?"
No configuration required. This server works out of the box.
"What resources are available in arxiv latex mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in arxiv latex mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in arxiv latex mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.