distill mcp for Cursor
io.github.lakshgk/distill-mcp
Convert PDF, DOCX, XLSX, PPTX, HTML, audio to token-efficient Markdown for any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install distill mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"distill-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"distill-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs