Latex MCP
Rank #27,916io.github.SepineTam/latex-mcp
MCP server providing latex-mcp capabilities
Latex MCP is a Model Context Protocol (MCP) server published by sepinetam. It ranks #27,916 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Latex MCP is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Feb 28, 2026.
Ranks ahead of 87,675 of 115,591 servers on MCP Toplist.
Use Latex MCP
claude mcp add latex-mcp -- uvx latex-mcp[mcp_servers.latex-mcp]
command = "uvx"
args = ["latex-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"latex-mcp": {
"command": "uvx",
"args": [
"latex-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"latex-mcp": {
"command": "uvx",
"args": [
"latex-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"latex-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"latex-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"latex-mcp": {
"command": "uvx",
"args": [
"latex-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"latex-mcp": {
"command": "uvx",
"args": [
"latex-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SepineTam%2Flatex-mcp)<a href="https://mcptoplist.com/server/io.github.SepineTam%2Flatex-mcp"><img src="https://mcptoplist.com/badge/io.github.SepineTam%2Flatex-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
sepinetam
Other servers by sepinetam
View all sepinetam servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Feb 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Latex MCP?
- Latex MCP is maintained by sepinetam, which publishes 3 MCP servers (26 total versions) tracked on MCP Toplist.
- Is Latex MCP listed on the Official MCP Registry?
- Yes — Latex MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Latex MCP have?
- MCP Toplist tracks 2 versions of Latex MCP, most recently published on Feb 28, 2026.
- Where can I find the source code for Latex MCP?
- The source code for Latex MCP is hosted at github.com/sepinetam/latex-mcp.