FILE-CONVERTER-MCP

FILE-CONVERTER-MCP

1

The Pandoc MCP Server is a Python-based service designed to convert documents between multiple formats using Pandoc. It is intended for integration with MCP clients and supports features like specifying conversion formats and using Docker for containerized deployment.

Pandoc MCP Server

  • A Python-based MCP server for document conversion using Pandoc.
  • Supports formats like Markdown, DOCX, HTML, PDF, EPUB, and more.
  • Uses FastMCP, pypandoc, and optionally Docker for deployment.

Features

  • Provides a convert_document tool through MCP.
  • Handles various input/output formats via Pandoc.
  • Allows for extra Pandoc command-line arguments.
  • Includes Docker configuration for deployment.

Setup and Running

  • Can be run locally or using Docker.
  • Installation steps for both methods are outlined.

Contributing

  • Contributions via Pull Requests or Issues are welcome.