MCP Markdown Conversion Server
MCP-Server zu Markdown
Englisch |简体中文
Ein leistungsstarker Model Context Protocol (MCP)-Server, der Cloudflare-KI-Dienste nutzt, um verschiedene Dateiformate in Markdown-Beschreibungen zu konvertieren. Dieser Server bietet eine standardisierte Schnittstelle für die nahtlose Dateikonvertierung und Beschreibungsgenerierung.
Hauptmerkmale
Nahtlose Integration mit Cloudflare-KI-Diensten
Effiziente Generierung von Markdown-Beschreibungen
Umfassende Dateiformatunterstützung
Native Cloudflare tomarkdown API-Integration
Benutzerfreundliche MCP-Schnittstelle
Plattformübergreifende Kompatibilität
Related MCP server: Textin MCP Server
Unterstützte Dateiformate
Kategorie | Dateierweiterungen |
Unterlagen | |
Bilder | .jpeg, .jpg, .png, .webp, .svg |
Webinhalte | .html |
Daten | .xml, .csv |
Tabellenkalkulationen | .xlsx, .xlsm, .xlsb, .xls, .et, .ods, .numbers |
Systemanforderungen
Node.js 18 oder höher
Gültiges Cloudflare API-Token
Aktive Cloudflare-Konto-ID
Installation
Installation über Smithery
So installieren Sie Markdown转换服务器 für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @FradSer/mcp-server-to-markdown --client claudeManuelle Installation
Globale Installation mit npm:
npm install -g mcp-server-to-markdownMCP-Client-Konfiguration
Cursor-Integration
Navigieren Sie zu den Cursoreinstellungen
Wählen Sie „MCP“ aus der Seitenleiste
Wählen Sie „Neuen globalen MCP-Server hinzufügen“
Wenden Sie die folgende Konfiguration an:
{ "mcpServers": { "to-markdown": { "command": "mcp-server-to-markdown", "args": [ "CLOUDFLARE_API_TOKEN": "your_api_token" "CLOUDFLARE_ACCOUNT_ID": "your_account_id" ] } } }
Claude Desktop-Setup
Fügen Sie Ihrer claude_desktop_config.json Folgendes hinzu:
{
"mcpServers": {
"to-markdown": {
"command": "mcp-server-to-markdown",
"args": [
"CLOUDFLARE_API_TOKEN": "your_api_token"
"CLOUDFLARE_ACCOUNT_ID": "your_account_id"
]
}
}
}ChatWise-Konfiguration
Starten Sie ChatWise
Zugriffseinstellungen
Wählen Sie den Abschnitt „Tools“
Klicken Sie auf „+“, um ein neues Werkzeug hinzuzufügen
Konfigurieren Sie mit diesen Parametern:
Typ:
stdioID:
to-markdownBefehl:
mcp-server-to-markdownArgumente:
CLOUDFLARE_API_TOKEN=your_api_token CLOUDFLARE_ACCOUNT_ID=your_account_id
API-Referenz
To-Markdown-Tool
Konvertiert verschiedene Dateiformate in Markdown-Beschreibungen.
Eingabeparameter:
filePaths: Array (erforderlich) – Liste der zu verarbeitenden Dateipfade
Antwortstruktur:
[
{
"filename": "example.pdf",
"mimeType": "application/pdf",
"description": "Generated Markdown description",
"tokens": 123
}
]Entwicklungshandbuch
Erste Schritte
Umgebung klonen und einrichten:
git clone <repository-url>
cd mcp-server-to-markdown
cp .env.example .envKonfigurieren Sie die Cloudflare-Anmeldeinformationen:
CLOUDFLARE_API_TOKEN=your_api_token
CLOUDFLARE_ACCOUNT_ID=your_account_idInstallieren Sie Abhängigkeiten und erstellen Sie:
npm install
npm run buildProjektstruktur
.
├── src/ # Source code
├── dist/ # Compiled output
├── types.ts # Type definitions
└── .env # Environment configurationVerfügbare Skripte
npm run build– TypeScript-Code erstellennpm run inspect– Mit MCP-Inspector ausführen
Anwendungsbeispiel
const result = await toMarkdown({
filePaths: [
"/path/to/document.pdf",
"/path/to/image.jpg"
]
});Lizenz
MIT-Lizenz
Dieses Projekt wird von Frad LEE betreut
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityFmaintenanceA document conversion server that transforms various file formats (PDFs, documents, images, audio, web content) to Markdown with improved multilingual and UTF-8 support.10915MIT

Textin MCP Serverofficial
AlicenseCqualityDmaintenanceA server that enables OCR capabilities to recognize text from images, PDFs, and Word documents, convert them to Markdown, and extract key information.35228MIT- Alicense-qualityDmaintenanceA Model Context Protocol server that converts various file formats (PDF, PowerPoint, Word, Excel, Images, etc.) to Markdown to make them accessible to LLMs.1MIT
- AlicenseAqualityBmaintenanceA Model Context Protocol server that converts over 29 file formats, including PDFs, Office documents, and audio, into structured Markdown using Microsoft's MarkItDown library. It enables AI assistants to process diverse document types through single file conversion and batch directory processing.330MIT
Related MCP Connectors
PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.
File conversion: PDF, DOCX, STT, TTS, watermarking
The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FradSer/mcp-server-to-markdown'
If you have feedback or need assistance with the MCP directory API, please join our Discord server