Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🏢 Workplace & Productivity
  3. TexMCP
TexMCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:03:22 PM

TexMCP

User RatingsBe the first to rate and review this MCP server!
View Repository11 GitHub StarsTotal stargazers on GitHub for the source repository (11 stars).Visit Website
latexpdfdocument-generationdeveloper-tools

Renders raw LaTeX and Jinja2 templates into .tex files and optional PDFs through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for devroopsaha744/TexMCP, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🏢 More in Workplace & Productivity

Overview

devroopsaha744/TexMCP MCP server renders raw LaTeX and Jinja2 templates into `.tex` files and, when `pdflatex` is available, PDF documents. It exposes five MCP tools for rendering documents, inspecting templates, and listing generated files. Run it locally over stdio for Claude Desktop or switch to HTTP for clients that connect to an MCP endpoint. Reach for it when an agent needs to create structured documents such as reports, resumes, invoices, or research papers from LaTeX.

Use cases

•Render a report from raw LaTeX
•Generate a resume from a Jinja2 template
•Inspect available document templates
•List generated PDF and source artifacts

Key features

•Render raw LaTeX to .tex and optional PDF
•Render Jinja2 document templates
•List and inspect templates
•List generated artifacts
•Support stdio and HTTP transports

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by TexMCP.

Extracted Tool Capabilities
Render raw LaTeX to .tex and optional PDF
Render Jinja2 document templates
List and inspect templates
List generated artifacts
Support stdio and HTTP transports

How TexMCP works

What devroopsaha744/TexMCP MCP server does

devroopsaha744/TexMCP MCP server turns LaTeX source into saved document artifacts. A raw LaTeX request can produce a .tex file and optionally a compiled PDF. Template-based rendering uses Jinja2, allowing a client to select a .tex.j2 template and provide values before compilation.

The repository includes 15 example templates covering formats such as invoices, letters, reports, resumes, presentations, certificates, theses, receipts, recipes, poems, and CVs. Additional templates can be added to src/mcp_server/templates/. Generated files are written to src/artifacts/, where each rendering job can leave a source file and, if compilation succeeds, a matching PDF.

How it works

The server is implemented with FastMCP and uses run_server.py as its default entrypoint. In stdio mode, it communicates through standard input and output, which is the mode used when Claude Desktop starts the process. The transport can be changed to HTTP in the entrypoint; the Docker configuration exposes the HTTP service on port 8000 and uses /mcp for client connections.

PDF creation depends on the local LaTeX toolchain. In particular, pdflatex must be installed for compilation. Without it, the server can still return the generated .tex source, but it cannot produce the PDF artifact. The Dockerfile supports images both without LaTeX and with LaTeX enabled through the INSTALL_TEX=1 build argument.

Setup and configuration

Install Python 3.10 or newer, create a virtual environment, and install the dependencies from requirements.txt. Start the process with python run_server.py from the repository directory for local stdio use. Claude Desktop can be configured to invoke the Python executable inside the virtual environment with run_server.py as its argument. The README also documents a FastMCP-based Claude Desktop installation command, but it assumes the project has already been cloned and its environment prepared.

For container use, build the included Docker image and map port 8000. Set MCP_TRANSPORT=stdio to override the container's default HTTP transport. Mount src/artifacts to a host directory if outputs need to persist after the container exits.

Tools and capabilities

devroopsaha744/TexMCP MCP server exposes five tools:

  • render_latex_document writes raw LaTeX and can compile it to PDF.
  • render_template_document renders a Jinja2 template and can compile the result.
  • list_templates reports the templates available to the server.
  • get_template returns a template's source so a client can inspect it before use.
  • list_artifacts lists files currently stored in src/artifacts/.

These tools support agent workflows that generate documents, inspect the available layout options, and retrieve the resulting files programmatically through an MCP or FastMCP client.

Limitations and notes

LaTeX compilation is optional but requires pdflatex; the server falls back to source output when that executable is unavailable. HTTP deployments need additional protection if exposed beyond localhost. The README specifically warns that arbitrary LaTeX can create security and resource risks, including shell-command execution in templates and excessive resource consumption. Use TLS, firewall controls, or authentication when making the HTTP endpoint reachable outside a trusted local environment.

The project is released under the MIT License.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Workplace & Productivity View all alternatives
  • MCP Server Atlassian Jira logoMCP Server Atlassian Jira

    Atlassian Jira Cloud integration. Enables AI systems to interact with Jira projects, issues, comments, and related development information in real time.

    🏢 Workplace & Productivity5 views
    Compare vs MCP Server Atlassian Jira →
  • Excel MCP Server logoExcel MCP Server

    An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae).

    🏢 Workplace & Productivity5 views
    Compare vs Excel MCP Server →
  • Omni Dev logoOmni Dev

    MCP server for Atlassian Jira and Confluence with schema-validated Markdown↔ADF conversion. Catches content-model violations at conversion time rather than silently dropping ADF-only nodes like panels, mentions, and layouts.

    🏢 Workplace & Productivity5 views
    Compare vs Omni Dev →
  • MCP Server Atlassian Confluence logoMCP Server Atlassian Confluence

    Atlassian Confluence Cloud integration. Enables AI systems to interact with Confluence spaces, pages, and content with automatic ADF to Markdown conversion.

    🏢 Workplace & Productivity2 views
    Compare vs MCP Server Atlassian Confluence →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
11
Stargazers on the source repository.
Last commit
10mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about TexMCP

Clone the repository, create a Python 3.10+ virtual environment, install `requirements.txt`, and run `python run_server.py` from the project directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTexMCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/devroopsaha744-texmcp?style=directory)](https://allmcps.com/mcp/devroopsaha744-texmcp)
HTML Embed
<a href="https://allmcps.com/mcp/devroopsaha744-texmcp"><img src="https://allmcps.com/api/badge/devroopsaha744-texmcp?style=directory" alt="TexMCP on AllMCPs" /></a>

Technical Specs & Signals

Category🏢Workplace & Productivity
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars11
GitHub Star CountTotal stargazers on GitHub representing community popularity (11 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Nov 9, 2025
43Quality signal: Fair · 43/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🏢 Workplace & Productivity →Best MCP servers for Workplace & Productivity →Alternatives to TexMCP →Install in Claude DesktopInstall in CursorInstall in VS Code