From 9a951055f0f8de26ed0f3b914b50c39c28ca1f64 Mon Sep 17 00:00:00 2001 From: afourney Date: Tue, 25 Mar 2025 15:00:04 -0700 Subject: [PATCH] Update readme to point to the mcp package. (#1158) * Updated readme with link to the MCP package. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c7dd5f3..b807a6a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ ![PyPI - Downloads](https://img.shields.io/pypi/dd/markitdown) [![Built by AutoGen Team](https://img.shields.io/badge/Built%20by-AutoGen%20Team-blue)](https://github.com/microsoft/autogen) +> [!TIP] +> MarkItDown now offers an MCP (Model Context Protocol) server for integration with LLM applications like Claude Desktop. See [markitdown-mcp](https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp) for more information. + > [!IMPORTANT] > Breaking changes between 0.0.1 to 0.1.0: > * Dependencies are now organized into optional feature-groups (further details below). Use `pip install 'markitdown[all]'` to have backward-compatible behavior.