Files
System Prompt
Auto-saves on change
API Keys
No API keys yet
MCP Setup

Connect Claude Code to compile LaTeX via MCP.

1. Install:
npx @anthropic-ai/claude-code mcp add latex-mcp -- npx @spicychai/latex-mcp
2. Set your API key:
export LATEX_API_KEY=your_key_here
3. Or add to Claude Code config:
{ "mcpServers": { "latex-mcp": { "command": "npx", "args": ["@spicychai/latex-mcp"], "env": { "LATEX_API_KEY": "your_key_here" } } } }
Claude Code MCP docs
Ln 1, Col 1 LaTeX

Click "Compile" to generate PDF

Or press Ctrl+Enter

Compile Log
No compilation log yet.