# PDF2MD MCP Server - Examples
This directory contains examples of how to use the PDF2MD MCP Server.
## Files
- `usage_example.py` - Demonstrates programmatic usage of the conversion tool
- `mcp_client_config.json` - Example MCP client configuration
## Running Examples
### Programmatic Usage
```bash
cd examples
python usage_example.py
```
### MCP Client Configuration
To use this server with an MCP client, add the configuration from `mcp_client_config.json` to your client's configuration file.
## Notes
- The examples use placeholder PDF files that may not exist
- In real usage, replace the file paths with actual PDF files
- Make sure the server is properly installed before running examples