Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab.
Convert Markdown to gorgeously styled PDFs using VS Code's markdown styling and Python's ReportLab.
The server implements a simple note storage system with:
The server provides a single prompt:
The server implements one tool:
[TODO: Add configuration details specific to your implementation]
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration ``` "mcpServers": { "md-pdf-mcp": { "command": "uv", "args": [ "--directory", "/Users/path/to/your/local/md-pdf-mcp", "run", "md-pdf-mcp" ] } } ``` Published Servers Configuration ``` "mcpServers": { "md-pdf-mcp": { "command": "uvx", "args": [ "md-pdf-mcp" ] } } ```
To prepare the package for distribution:
uv sync
uv build
This will create source and wheel distributions in the dist/
directory.
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
--token
or UV_PUBLISH_TOKEN
--username
/UV_PUBLISH_USERNAME
and --password
/UV_PUBLISH_PASSWORD
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
npx @modelcontextprotocol/inspector uv --directory /Users/seanivore/Development/md-pdf-mcp run md-pdf-mcp
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Integrates with the Strateegia API, allowing AI assistants to access and interact with Strateegia projects.
Integrates the YOURLS URL shortening service with Claude Desktop.
An AI-driven server for browser automation using natural language commands, implementing the Model Context Protocol (MCP).
A server for integrating Jira with Claude, enabling project and issue management. Requires configuration via environment variables.
Automate desktop actions like mouse control, keyboard input, and taking screenshots.
Time and timezone conversion capabilities
An intelligent tutoring server that uses GitHub documentation repositories to provide structured educational prompts and tools.
Premium memory consistent across all AI applications.
Access personal and team knowledge repositories, including documents and Slack discussions.
Captures screenshots and performs OCR text recognition.