Convert-Markdown-PDF-MCP
If you are the rightful owner of Convert-Markdown-PDF-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The md-pdf-mcp server converts Markdown files into beautifully styled PDFs using VS Code's markdown styling and Python's ReportLab.
The md-pdf-mcp server is designed to transform Markdown documents into visually appealing PDF files. It leverages the styling capabilities of Visual Studio Code's markdown and the powerful PDF generation features of Python's ReportLab library. This server is particularly useful for developers and writers who want to maintain the aesthetic of their markdown documents when converting them to PDF format. The server also includes a simple note storage system, allowing users to store, access, and summarize notes using a custom URI scheme. Additionally, it provides tools for adding new notes and generating summaries, making it a versatile tool for managing and converting markdown content.
Features
- Markdown to PDF Conversion: Converts markdown documents into styled PDFs using VS Code's markdown styling.
- Note Storage System: Implements a simple system for storing notes with a custom URI scheme.
- Summarize Notes: Provides a prompt to create summaries of stored notes with optional detail levels.
- Add Note Tool: Allows users to add new notes to the server, updating the server state and notifying clients.
- Development and Publishing: Includes scripts for building, publishing, and debugging the server.
Tools
add-note
Adds a new note to the server with required 'name' and 'content' arguments.