Back to Apps

Marky
by flaviodelgrosso
Convert PDF, DOCX, XLSX, and other document formats into clean Markdown for LLM processing.
0 stars
Works in:claude
Exposes:Tools
What it does
Marky is a document conversion utility that transforms complex file formats into readable Markdown. It enables AI models to process content from PDFs, Word documents, Excel sheets, and Jupyter Notebooks by converting them into a format LLMs handle most efficiently.
Tools
convert_to_markdown: Converts a specified file path to Markdown text. Parameters:input(path to file),output(optional save path).
Installation
Install via Go:
go install github.com/flaviodelgrosso/marky/marky-mcp@latest
Add to claude_desktop_config.json:
{
"mcpServers": {
"marky-mcp": {
"command": "marky-mcp",
"args": []
}
}
}
Supported hosts
- claude
Quick install
go install github.com/flaviodelgrosso/marky/marky-mcp@latestInformation
- Pricing
- free
- Published
- 6/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"marky-mcp": {"command": "marky-mcp"}}}VS Code Copilot
settings.json entry for marky-mcp stdio





