Back to Home
sohail123op icon

markitdown-mcp

Verified Safe

by sohail123op

Overview

A Model Context Protocol (MCP) server designed to convert various document and media file formats into Markdown, primarily for integration with AI workflows like Claude Desktop.

Installation

Run Command
markitdown-mcp

Security Notes

The server implements robust path validation (`validate_and_sanitize_path`) to prevent path traversal attacks, checks for dangerous file extensions, and restricts absolute paths to safe directories. Temporary files are used for base64 content with explicit cleanup. Error messages are sanitized to avoid information leakage. No 'eval', code obfuscation, or hardcoded secrets were found. The primary security consideration is the resilience of the underlying 'markitdown' library when parsing potentially malicious document formats, which is an external dependency risk. However, the server itself follows strong defensive programming practices.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars2
Forks0
Last Update2025-12-06

Tags

document conversionmarkdownmcpai workflowsfile processing