FILE-CONVERTER-MCP

FILE-CONVERTER-MCP

3.3

If you are the rightful owner of FILE-CONVERTER-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Python-based MCP server for document conversion using Pandoc.

The Pandoc MCP Server is a Python-based Model Context Protocol server designed to facilitate document conversion across various formats using Pandoc. It is particularly useful for AI agents, such as those using LangChain or LangGraph, to request file conversions between formats like Markdown, DOCX, HTML, PDF, and EPUB. The server leverages FastMCP for easy server creation and pypandoc as a wrapper around the Pandoc tool. It supports Docker for containerized deployment, ensuring a self-contained environment with all necessary dependencies.

Features

  • Exposes a single MCP tool: convert_document.
  • Supports a wide range of input and output formats handled by Pandoc.
  • Allows specifying input and output formats, with optional extra command-line arguments.
  • Includes Docker configuration for a self-contained server environment.
  • Designed for integration with MCP clients, particularly LangChain/LangGraph agents.

Tools

  1. convert_document

    Convert a document from one format to another