mcp for Zed
com.diemdesk/mcp
Convert Office files and PDFs, OCR a scan, or capture a web page — from your assistant.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"diemdesk-mcp"
],
"env": {
"DIEMDESK_TOKEN": "<DIEMDESK_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs