Multi-format document and image conversion
## File Converter MCP Server: Format Transformation Engine The **File Converter MCP Server** specializes in intelligent file format conversion with advanced options directly within Google Antigravity. This integration provides sophisticated conversion capabilities with format-specific optimizations for your development workflow. ### Why File Converter MCP? - **Smart Conversion**: Intelligent format detection and optimal conversion settings - **Preset Profiles**: Pre-configured conversion profiles for common use cases - **Chain Conversions**: Perform multiple conversion steps in a single operation - **Preview Mode**: Generate previews before full conversion - **Comparison Tools**: Compare original and converted files for quality assurance ### Key Features #### 1. Smart Convert ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Intelligently convert this file to the best web-compatible format" }], tools=[{ "name": "converter_smart", "description": "Smart conversion" }] ) ``` #### 2. Preset Conversion ```python # Use conversion presets response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert this video using the YouTube upload preset" }], tools=[{"name": "converter_preset", "description": "Preset conversion"}] ) ``` #### 3. Chain Conversion ```python # Multiple conversion steps response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert this image: resize to 1200px, convert to WebP, add watermark" }], tools=[{"name": "converter_chain", "description": "Chain conversions"}] ) ``` #### 4. Quality Preview ```python # Preview conversion response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Preview how this file will look after conversion before processing" }], tools=[{"name": "converter_preview", "description": "Preview conversion"}] ) ``` ### Configuration ```json { "mcpServers": { "file-converter": { "command": "npx", "args": ["-y", "@anthropic/mcp-file-converter"], "env": { "DEFAULT_PRESET": "web-optimized" } } } } ``` ### Use Cases **Web Publishing**: Optimize files for web with platform-specific presets. **Print Production**: Convert files with print-ready specifications. **Cross-Platform Compatibility**: Ensure files work across different systems. **Workflow Automation**: Chain multiple conversion steps for complex pipelines. The File Converter MCP Server brings intelligent format conversion directly into your development workflow, enabling sophisticated file transformations.
{
"mcpServers": {
"file-converter": {
"mcpServers": {
"file-converter": {
"args": [
"file-converter-mcp"
],
"command": "uvx"
}
}
}
}
}