markitdown icon indicating copy to clipboard operation
markitdown copied to clipboard

third part plugin for MCP

Open Drinect opened this issue 7 months ago • 3 comments

I looked at the MCP implementation code and I don't see any way to add a third party plugin to it?

Drinect avatar May 19 '25 16:05 Drinect

Yeah, this is a great feature request. Let me think about the best way to do this.

Probably, the easiest way is provide an environment variable to enable plugins, at which point the library will just load any plugins that are installed. If using Docker, you would just modify the Docker file to install what you need?

What do you think?

afourney avatar May 28 '25 18:05 afourney

I have a draft PR for this here: https://github.com/microsoft/markitdown/pull/1273

afourney avatar May 28 '25 18:05 afourney

Yea I think this is the simplest way for now. Thx for the effort.

Drinect avatar May 30 '25 10:05 Drinect