Klavis-AI

MarkItDown MCP Server

Community Klavis-AI
Updated

Klavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

MarkItDown MCP Server

License: MIT

This project provides a Model Context Protocol (MCP) server that utilizes the markitdown library to convert various document types hosted at a given URL into Markdown format.

Features

  • Accepts a URL (HTTP/HTTPS) pointing to a document.
  • Supports conversion for:
    • PDF
    • Microsoft Office Documents (Word, PowerPoint, Excel)
    • HTML
    • Text-based formats (CSV, JSON, XML)
    • ZIP archives (extracts and converts contents)
    • EPub files
  • Handles optional authentication tokens for accessing protected resources.

Running Locally

There are two recommended ways to run this server locally: using Docker (recommended) or using a Python virtual environment.

Using Docker (Recommended)

This is the easiest way to get the server running without managing dependencies manually.

  1. Ensure Docker is installed on your system.
  2. Navigate to the root directory of the klavis project in your terminal.
  3. Build the Docker image:
    docker build -t markitdown-mcp -f mcp_servers/markitdown/Dockerfile .
    
    (You can replace markitdown-mcp with any tag you prefer)
  4. Run the Docker container:
    docker run -p 5000:5000 markitdown-mcp
    
    This command maps port 5000 on your host machine to port 5000 inside the container, where the server listens.

The server should now be running and accessible at http://localhost:5000.

Using Python Virtual Environment

This method requires Python 3.12 and pip to be installed.

  1. Navigate to this directory (mcp_servers/markitdown) in your terminal.
  2. Create a Python virtual environment:
    python3 -m venv .venv
    
  3. Activate the virtual environment:
    • On macOS/Linux:
      source .venv/bin/activate
      
    • On Windows:
      .\.venv\Scripts\activate
      
  4. Install the required dependencies:
    pip install -r requirements.txt
    
  5. Run the server:
    python server.py
    

The server should now be running and accessible at http://localhost:5000.

  1. Deactivate the virtual environment when you are finished:
    deactivate
    

MCP Server ยท Populars

MCP Server ยท New

    1ch1n

    MyChatArchive

    Local-first AI memory archive. Import ChatGPT, Claude, and Grok exports, generate semantic embeddings, and search via MCP server. Zero cloud, zero cost.

    Community 1ch1n
    butterbase-ai

    butterbase

    Open-source backend-as-a-service. Postgres, auth, storage, functions, AI gateway, MCP.

    Community butterbase-ai
    GoPlusSecurity

    GoPlus AgentGuard

    Security guard for AI agents โ€” blocks malicious skills, prevents data leaks, protects secrets. 24 detection rules, runtime action evaluation, trust registry.

    Community GoPlusSecurity
    respawn-llc

    tool-filter-mcp

    MCP proxy server that filters tools from upstream MCP servers via regex-based deny list

    Community respawn-llc
    Kaelio

    ktx-ai-data-agents-context

    ktx is an executable context layer for data and analytics agents ๐Ÿ™ Allow Claude Code, Codex, and any AI agent to query data accurately through MCP with skills, memory and a semantic layer

    Community Kaelio