Skip to main content
Glama

LaTeX MCP Server

pyproject.toml638 B
[project] name = "latex-mcp-server" version = "1.0.0" description = "A Model Context Protocol server for LaTeX compilation and document generation" authors = [{name = "Lachlan Bridges", email = "lachlan@lachlanbridges.com"}] license = {text = "MIT"} requires-python = ">=3.11" dependencies = [ "fastmcp>=2.10", "jinja2>=3.1", "pydantic>=2.7", "pyyaml>=6.0", "uvicorn>=0.30" ] [project.urls] Homepage = "https://github.com/lachlanbridges/latex-mcp-server" Repository = "https://github.com/lachlanbridges/latex-mcp-server" [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta"

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/TheTailorRetailored/latex-mcp'

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