Allows AI assistants to send high-quality rendered math solution images directly within iMessage conversations using compatible hosted URLs.
Generates hosted image URLs that support inline rendering of LaTeX math expressions within the iOS iMessage environment.
Renders LaTeX mathematical expressions into PNG images or hosted URLs to provide visual step-by-step solutions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@latex-mcprender the step-by-step solution for 3x + 5 = 20"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
latex-mcp 🧮
An MCP server that renders LaTeX math expressions into beautiful PNG images — built for AI assistants like Poke that solve math problems from photos.
How It Works
Tools
render_solution ⭐ (Primary tool)
Renders a full step-by-step solution with highlighted final answer. Returns both a hosted image URL (for iMessage) and a base64 PNG.
get_image_url
Returns a hosted CodeCogs URL for any LaTeX expression — iOS renders it inline in iMessage.
render_latex
Renders LaTeX to a base64-encoded PNG for embedding.
MCP Endpoint
Connect to Poke / Claude Desktop
Example Usage
When Poke solves 2x + 4 = 10, it should call:
Returns an image_url to send directly in iMessage. 🎉