mcp document converter for Zed
io.github.xt765/mcp-document-converter
Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
client:Zed
transport:stdio
runtime:pypi
Install mcp document converter in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-document-converter": {
"command": "uvx",
"args": [
"mcp-document-converter"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs