Skip to content
Grok

differino mcp for Grok

io.github.sweetcucumbersalad/differino-mcp

Compare PDF, DOCX, and TXT documents from any AI agent: diff, change summary, and PDF export.

client:Grok transport:stdio runtime:npm

Install differino mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

differino mcp in other clients