Skip to main content
Glama

md-pdf-mcp

pyproject.toml557 B
[project] name = "md-pdf-mcp" version = "0.1.0" description = "A Model Context Protocol (MCP) server that converts Markdown to gorgeously styled PDFs using VS Code's markdown styling and Python's ReportLab." readme = "README.md" requires-python = ">=3.12" dependencies = [ "mcp>=1.2.1", "markdown>=3.7", "reportlab>=4.3.0", "pillow>=9.0.0", ] [[project.authors]] name = "seanivore" email = "sean@aug.ltd" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] md-pdf-mcp = "md_pdf_mcp.__main__:main"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seanivore/md-pdf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server