convertisseur ia for Cursor
io.github.walmes1/convertisseur-ia
Documents (PDF, Word, Excel, PowerPoint, CSV) vers Markdown leger pour l'IA, 100 % local
client:Cursor
transport:stdio
runtime:npm
Install convertisseur ia in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"convertisseur-ia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"convertisseur-ia-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs