M

Markdown to PDF

Converts Markdown to PDF using Puppeteer, offering syntax highlighting, custom styling, and watermarking capabilities for document generation.

Markdown·No reviews yet
Repo
Share:

About

Converts Markdown to PDF using Puppeteer, offering syntax highlighting, custom styling, and watermarking capabilities for document generation.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Markdown to PDF.

What is the primary function of the Markdown to PDF MCP?
The Markdown to PDF MCP converts Markdown formatted text into PDF documents. It leverages Puppeteer to provide features such as syntax highlighting, custom styling, and watermarking during the conversion process.
How can I integrate the Markdown to PDF MCP with an MCP client like Cline?
Integration with an MCP client typically involves cloning the repository and following the client's specific instructions for adding local MCPs. The transport type is 'stdio', indicating standard input/output for data exchange.
Does this Markdown to PDF MCP require an API key or other authentication?
No, this Markdown to PDF MCP does not require an API key, OAuth, or any other credentials for operation. Its authentication type is explicitly stated as 'none'.
What are the key capabilities offered by the Markdown to PDF converter?
Key capabilities include converting Markdown to PDF, applying syntax highlighting to code blocks, enabling custom styling through CSS, and adding watermarks to the generated PDF documents. These features are powered by Puppeteer.
Is there a cost associated with using the Markdown to PDF MCP?
The Markdown to PDF MCP itself is open source and available on GitHub, implying no direct cost for the MCP software. However, any costs associated with its dependencies, such as Puppeteer or the underlying system resources, depend on your specific deployment and usage.

Install Markdown to PDF

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "markdown-to-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-markdown-to-pdf"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "markdown-to-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-markdown-to-pdf"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "markdown-to-pdf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-markdown-to-pdf"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.