MarkltDown MCP Server

MarkltDown MCP Server

Converts files (PDF, Word, images, etc.) to Markdown within Claude Desktop to reduce token usage.

Category
Visit Server

README

MarkltDown — File → Markdown (riduci i token in Claude)

Converte PDF, Word, Excel, PowerPoint, immagini (OCR), CSV/JSON/XML/HTML, EPub, audio e ZIP in Markdown, usando markitdown di Microsoft.

Perché: dare a Claude un .md leggero invece del file originale (PDF/immagini) riduce molto i token. Converti fuori dalla chat e passa solo il Markdown.

Dove finiscono i Markdown

  • File dentro un progetto in ~/solongevity-projects/<progetto>/… → tutti raccolti in <progetto>/_markdown/ (struttura interna preservata)
  • File altrove (es. Download) → cartella _markdown/ accanto al file

Struttura del repo

markletdown-mcp/
├── README.md
├── QUICK_START.md            # guida per l'MCP server (Claude Desktop)
├── requirements.txt
├── server/
│   └── file_to_markdown_mcp.py   # MCP server (file→md per path dentro Claude Desktop)
├── macos/
│   ├── install.command           # ⟵ doppio click: installa tutto
│   ├── convert.command           # motore di conversione
│   ├── app.applescript           # sorgente dell'app droplet sul Desktop
│   ├── quickaction/              # sorgente della Quick Action (tasto destro Finder)
│   └── icon/                     # icona (make_icon.py, AppIcon.icns, icon.png)
└── windows/
    ├── install.ps1               # ⟵ installa venv + voce tasto destro
    ├── convert.ps1               # motore di conversione
    ├── convert.bat               # doppio click
    └── icon/AppIcon.ico

.venv/ viene creato dall'installer in ciascuna macchina e NON è versionato.

Installazione

macOS

Prerequisiti: brew install python@3.12 pandoc tesseract

git clone https://github.com/guido1967-lab/markletdown-mcp.git
cd markletdown-mcp
# Doppio click su macos/install.command  (oppure:)
./macos/install.command

Ottieni: app "Converti in Markdown" sul Desktop + Quick Action nel Finder (tasto destro su file/cartelle → Azioni rapide → Converti in Markdown).

Windows

Prerequisiti: Python 3.10+ (da python.org, "Add to PATH"); consigliato winget install JohnMacFarlane.Pandoc.

git clone https://github.com/guido1967-lab/markletdown-mcp.git
cd markletdown-mcp\windows
powershell -ExecutionPolicy Bypass -File .\install.ps1

Ottieni: voce "Converti in Markdown" nel menu tasto-destro di file e cartelle (+ convert.bat per il doppio click). Per rimuovere: .\install.ps1 -Uninstall.

MCP server (opzionale, Claude Desktop)

Per convertire file su disco dall'interno di Claude Desktop, vedi QUICK_START.md. Per il puro risparmio di token è preferibile pre-convertire su disco (app/Quick Action) e passare solo i .md.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured