Markitdown Universal MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Markitdown Universal MCP Serverconvert this PDF file to markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Markitdown Universal MCP Server
This repository contains an implementation of an Markitdown Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Markitdown's tools and services through a unified API.
The server is built using the Universal MCP framework.
This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.
Usage
You can start using Markitdown directly from agentr.dev. Visit agentr.dev/apps and enable Markitdown.
If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart
Related MCP server: mcp-markdown-tools
Available Tools
The full list of available tools is at ./src/universal_mcp_markitdown/README.md
Local Development
๐ Prerequisites
Ensure you have the following before you begin:
Python 3.11+ (recommended)
uv (install globally with
pip install uv)
๐ ๏ธ Setup Instructions
Follow the steps below to set up your development environment:
Sync Project Dependencies
uv syncThis installs all dependencies from
pyproject.tomlinto a local virtual environment (.venv).Activate the Virtual Environment
For Linux/macOS:
source .venv/bin/activateFor Windows (PowerShell):
.venv\Scripts\ActivateStart the MCP Inspector
mcp dev src/universal_mcp_markitdown/server.pyThis will start the MCP inspector. Make note of the address and port shown in the console output.
Install the Application
mcp install src/universal_mcp_markitdown/server.py
๐ Project Structure
.
โโโ src/
โ โโโ universal_mcp_markitdown/
โ โโโ __init__.py # Package initializer
โ โโโ server.py # Server entry point
โ โโโ app.py # Application tools
โ โโโ README.md # List of application tools
โโโ tests/ # Test suite
โโโ .env # Environment variables for local development
โโโ pyproject.toml # Project configuration
โโโ README.md # This file๐ License
This project is licensed under the MIT License.
Generated with MCP CLI โ Happy coding! ๐
This server cannot be deployed
Maintenance
Related MCP Connectors
Discover, inspect, quote, and call external tools through one hosted MCP endpoint, with usage tracking and final credit settlement.
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConverts various file formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.87MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for analyzing, linting, formatting, and generating Markdown content. It enables users to programmatically manage Markdown files through features like table of contents generation, statistics calculation, and JSON-to-table conversion.171MIT
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for interacting with Coda's tools and services through a unified API, following the MCP specification.3MIT
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for interacting with Slack's tools and services through a unified API, enabling integration with MCP-compliant applications.MIT