differino mcp for VS Code
io.github.sweetcucumbersalad/differino-mcp
Compare PDF, DOCX, and TXT documents from any AI agent: diff, change summary, and PDF export.
client:VS Code
transport:stdio
runtime:npm
Install differino mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "differino-api-key",
"description": "DIFFERINO_API_KEY",
"password": true
}
],
"servers": {
"differino-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"differino-mcp"
],
"env": {
"DIFFERINO_API_KEY": "${input:differino-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs