44![ PyPI - Downloads] ( https://img.shields.io/pypi/dd/markitdown-mcp )
55[ ![ Built by AutoGen Team] ( https://img.shields.io/badge/Built%20by-AutoGen%20Team-blue )] ( https://github.com/microsoft/autogen )
66
7- The ` markitdown-mcp ` package provides a lightweight STDIO, SSE and Streamable HTTP MCP server for calling MarkItDown.
7+ The ` markitdown-mcp ` package provides a lightweight STDIO, Streamable HTTP, and SSE MCP server for calling MarkItDown.
88
99It exposes one tool: ` convert_to_markdown(uri) ` , where uri can be any ` http: ` , ` https: ` , ` file: ` , or ` data: ` URI.
1010
@@ -25,10 +25,10 @@ To run the MCP server, using STDIO (default) use the following command:
2525markitdown-mcp
2626```
2727
28- To run the MCP server, using SSE or Streamable HTTP use the following command:
28+ To run the MCP server, using Streamable HTTP and SSE use the following command:
2929
3030``` bash
31- markitdown-mcp --sse --host 127.0.0.1 --port 3001
31+ markitdown-mcp --http --host 127.0.0.1 --port 3001
3232```
3333
3434## Running in Docker
@@ -109,16 +109,16 @@ If using STDIO:
109109* input ` markitdown-mcp ` as the command, and
110110* click ` Connect `
111111
112- If using SSE:
113- * select ` SSE ` as the transport type,
114- * input ` http://127.0.0.1:3001/sse ` as the URL, and
115- * click ` Connect `
116-
117112If using Streamable HTTP:
118113* select ` Streamable HTTP ` as the transport type,
119114* input ` http://127.0.0.1:3001/mcp ` as the URL, and
120115* click ` Connect `
121116
117+ If using SSE:
118+ * select ` SSE ` as the transport type,
119+ * input ` http://127.0.0.1:3001/sse ` as the URL, and
120+ * click ` Connect `
121+
122122Finally:
123123* click the ` Tools ` tab,
124124* click ` List Tools ` ,
0 commit comments