Skip to main content
Glama

LaTeX MCP Server

server.py306 B
from fastmcp import FastMCP import os mcp = FastMCP("lachlan-hub") # Load LaTeX plugin from plugins.latex import register as register_latex register_latex(mcp) if __name__ == "__main__": port = int(os.environ.get("PORT", 8080)) mcp.run(transport="http", host="0.0.0.0", port=port, path="/mcp")

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