shuck-convert for Cursor
io.github.shan-zhu/shuck-convert
Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.
client:Cursor
transport:stdio
runtime:pypi
Install shuck-convert in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shuck-convert": {
"type": "stdio",
"command": "uvx",
"args": [
"shuck-convert"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs