differino mcp for Cursor
io.github.sweetcucumbersalad/differino-mcp
Compare PDF, DOCX, and TXT documents from any AI agent: diff, change summary, and PDF export.
client:Cursor
transport:stdio
runtime:npm
Install differino mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"differino-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"differino-mcp"
],
"env": {
"DIFFERINO_API_KEY": "<DIFFERINO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs