Markdownify MCP Server - UTF-8 Enhanced
@JDJR2024
关于 Markdownify MCP Server - UTF-8 Enhanced
MCP Markdownify Server with UTF-8 Support - Enhanced version with better multilingual handling
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"markdownify-mcp-utf8": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Markdownify MCP Server - UTF-8 Enhanced?
Markdownify MCP Server - UTF-8 Enhanced is an improved version of the original Markdownify MCP project, adding comprehensive UTF‑8 encoding support and optimized handling of multilingual content. It integrates via the Model Context Protocol (MCP) and converts various file types (PDF, images, audio, DOCX, XLSX, PPTX, web pages) to Markdown format.
How to use Markdownify MCP Server - UTF-8 Enhanced?
Install Node.js 16+, Python 3.8+, and pnpm. Clone the repository, run pnpm install (which also installs Python dependencies), then pnpm run build. Start with pnpm start. Use the command‑line script python convert_utf8.py <url_or_filepath> to convert a single file or web page. For desktop app integration, add the MCP server configuration to your app’s settings.
Key features of Markdownify MCP Server - UTF-8 Enhanced
- Comprehensive UTF‑8 encoding support for all operations
- Optimized handling of Chinese, Japanese, Korean, and other non‑ASCII characters
- Batch processing of multiple files
- Support for PDF, images, audio, DOCX, XLSX, PPTX, and web content
- Bilingual error messages (English and Chinese) and improved error handling
- Windows‑specific fixes for cmd.exe and PowerShell encoding compatibility
Use cases of Markdownify MCP Server - UTF-8 Enhanced
- Convert web pages or search results to Markdown for offline reading
- Transcribe YouTube videos and save the transcript as Markdown
- Transform office documents (DOCX, XLSX, PPTX) into Markdown format
- Batch process a list of files or URLs in one go
- Preserve metadata and formatting while converting multilingual content
FAQ from Markdownify MCP Server - UTF-8 Enhanced
What file types can Markdownify MCP Server - UTF-8 Enhanced convert?
It supports PDF, images (with metadata), audio (with transcription), Word (DOCX), Excel (XLSX), PowerPoint (PPTX), YouTube video transcripts, search results, general web pages, and existing Markdown files.
What are the system requirements?
Node.js 16.0 or higher, Python 3.8 or higher, the pnpm package manager, and Git.
How do I set up UTF‑8 support on Windows?
Run chcp 65001 in the command prompt and set the environment variable PYTHONIOENCODING to utf-8 (e.g., setx PYTHONIOENCODING UTF-8).
How can I integrate this server with a desktop app?
Add the following configuration to your app’s MCP server settings: { "mcpServers": { "markdownify": { "command": "node", "args": ["{ABSOLUTE_PATH}/dist/index.js"], "env": { "UV_PATH": "/path/to/uv" } } } }.
How do I batch process multiple files?
Create a text file with one URL or file path per line, then run a loop: while read -r line; do python convert_utf8.py "$line"; done < batch.txt.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论