distill mcp for VS Code
io.github.lakshgk/distill-mcp
Convert PDF, DOCX, XLSX, PPTX, HTML, audio to token-efficient Markdown for any MCP client.
client:VS Code
transport:stdio
runtime:npm
Install distill mcp in VS Code
.vscode/mcp.json
{
"servers": {
"distill-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"distill-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs