convertapi for Cursor
com.mcparmory/convertapi
Convert files across 500+ formats: documents, PDFs, and images
client:Cursor
transport:stdio
runtime:pypi
Install convertapi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"convertapi": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-convertapi"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs