Metadata-Version: 2.4
Name: magicconvert-mcp-server
Version: 0.1.6
Summary: MCP Server for MagicConvert - Convert various file formats to Markdown
Project-URL: Homepage, https://github.com/yourusername/magicconvert-mcp-server
Author-email: Muhammad Noman <muhammadnomanshafiq76@gmail.com>
License: MIT
License-File: LICENSE
Keywords: conversion,docx,markdown,mcp,ocr,pdf,server
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: aiofiles>=0.8.0
Requires-Dist: magicconvert
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# MagicConvert MCP Server

A Model Context Protocol (MCP) server that provides file conversion capabilities using MagicConvert. Convert various file formats including documents, images, and web content to clean Markdown format.

## Features

- **Document Conversion**: Word (.docx), PDF, PowerPoint (.pptx), Excel (.xlsx), CSV
- **Image OCR**: Extract text from images (.jpg, .png, .tiff, .bmp) using OCR
- **Web Content**: Convert URLs and HTML files to Markdown
- **Multiple Input Methods**: File paths, base64 encoded files, URLs, and direct text
- **Clean Output**: Well-formatted Markdown with proper structure

## Installation

### Using uvx (Recommended)

```bash
uvx magicconvert-mcp-server