Markdown2PDF MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| M2P_VERBOSE | No | Enable detailed logging for debugging. Set to 'true' to log processing steps to stderr | false |
| M2P_OUTPUT_DIR | No | The output directory for generated PDF files. If not configured, files will be saved to $HOME |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_pdf_from_markdownA | Convert markdown content to PDF. Supports basic markdown elements like headers, lists, tables, code blocks, blockquotes, images (both local and external URLs), and Mermaid diagrams. Note: Cannot handle LaTeX math equations. Mermaid syntax errors will be displayed directly in the PDF output. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined and distinct by default.
The single tool name follows a clear verb_noun pattern (create_pdf_from_markdown), which is consistent and predictable. There are no other tools to compare against, so no inconsistency exists.
A single tool is too few for a server named 'Markdown2PDF MCP Server', as it suggests a limited scope that might lack essential operations like configuration, template management, or batch processing. This minimal set could hinder agent workflows.
The tool surface is severely incomplete for a markdown-to-PDF conversion domain. It only provides a basic conversion tool, missing operations such as setting PDF options, handling templates, managing fonts, or supporting advanced features like LaTeX math equations, which are common in this domain.