Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

differino mcp in other clients