MCP Server
Active
io.github.wmarceau/md-to-pdf MCP Server
io.github.wmarceau/md-to-pdf
What is the io.github.wmarceau/md-to-pdf MCP server?
Convert markdown to professional PDFs with clickable table of contents. No API keys.
How to install io.github.wmarceau/md-to-pdf
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"md-to-pdf": {
"command": "uvx",
"args": [
"md-to-pdf-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"md-to-pdf": {
"command": "uvx",
"args": [
"md-to-pdf-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"md-to-pdf": {
"command": "uvx",
"args": [
"md-to-pdf-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"md-to-pdf": {
"type": "stdio",
"command": "uvx",
"args": [
"md-to-pdf-mcp"
]
}
}
}Claude Code
claude mcp add md-to-pdf -- uvx md-to-pdf-mcpRelated MCP servers
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
0
View repository →Python
AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics.
0
View repository →Python