Markitdown Universal MCP Server
Click on "Install 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! ๐
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
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 gradedqualityCmaintenanceAn 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.551MIT
- 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/universal-mcp/markitdown'
If you have feedback or need assistance with the MCP directory API, please join our Discord server