mcp document converter for Cursor
io.github.xt765/mcp-document-converter
Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
client:Cursor
transport:stdio
runtime:pypi
Install mcp document converter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-document-converter": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-document-converter"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs