Skip to main content
Glama
manifest.json1.02 kB
{ "dxt_version": "0.1", "name": "arxiv-latex-mcp", "version": "0.1.0", "description": "MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.", "author": { "name": "Takashi Ishida", "url": "https://takashiishida.github.io" }, "homepage": "https://github.com/takashiishida/arxiv-latex-mcp", "documentation": "https://github.com/takashiishida/arxiv-latex-mcp", "server": { "type": "python", "entry_point": "local_server/main.py", "mcp_config": { "command": "python3.10", "args": [ "${__dirname}/local_server/main.py" ], "env": { "PYTHONPATH": "${__dirname}/src" } } }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/takashiishida/arxiv-latex-mcp" }, "compatibility": { "claude_desktop": ">=0.11.4", "platforms": ["darwin"], "runtimes": { "python": ">=3.10" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IoanaCristescu15/arxiv-latex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server