File Convert MCP Server
@convertguru
File Convert MCP Server について
A Model Context Protocol (MCP) server for converting files between different formats
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"file-convert": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/convertguru/file-convert-mcp.git",
"file-convert-mcp"
],
"env": {
"CONVERT_GURU_API_KEY": "your_api_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is File Convert MCP Server?
File Convert MCP Server is a Model Context Protocol (MCP) server for converting files between various formats, including images, office documents, audio, video, text, and data files. It provides tools to transform diverse file types into popular formats like PDF, JPG, MP4, and HTML. It is designed for developers integrating file conversion capabilities into MCP-compatible applications.
How to use File Convert MCP Server?
Install Python 3.12+ and the Python uv tool. Add the server configuration (using uvx or local uv) to your desktop app’s MCP settings, optionally setting the CONVERT_GURU_API_KEY environment variable. Then invoke the detect_file_type and convert_file tools via MCP.
Key features of File Convert MCP Server
- Intelligent file type detection using AI, TrID, and magic bytes.
- Versatile conversion to PDF, JPG, PNG, TXT, HTML, MP3, MP4, CSV.
- Supports a vast range of image formats, including legacy ones.
- Converts office documents to PDF, TXT, or HTML.
- Converts audio/video to MP3 or MP4.
- Converts databases to CSV.
Use cases of File Convert MCP Server
- Convert scanned documents to PDF for archiving.
- Transcode audio files to MP3 for broader compatibility.
- Transform office documents to HTML for web publishing.
- Extract data from databases into CSV for analysis.
- Convert legacy image files to modern JPG or PNG.
FAQ from File Convert MCP Server
Do I need an API key?
As of May 2025, no API key is required for development. For future production use, contact the Convert.Guru team to obtain an API key.
What are the system requirements?
Python version 3.12 or higher, and the Python uv tool installed.
How do I configure the server for a desktop app?
Add a JSON configuration to your app’s MCP server settings with the appropriate command (e.g., uvx or local uv) and optionally set the CONVERT_GURU_API_KEY environment variable.
What file types are supported?
The server supports images, office documents, audio, video, text, data files, and databases. It can convert to PDF, JPG, PNG, TXT, HTML, MP3, MP4, and CSV.
Is there a file size limit?
—
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント