Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Diff

FreeNot checked

Computes line-level diffs between two texts, returning added/removed lines and a unified diff string.

GitHubEmbed

About

Computes line-level diffs between two texts, returning added/removed lines and a unified diff string.

README

Text diff MCP.

Part of Pipeworx — an MCP gateway connecting AI agents to 1160+ live data sources.

Tools

Tool Description
diff_lines Compute a line-level diff between two texts (keyless, offline). Returns the change list (equal/add/remove), an added/removed/unchanged summary, and a unified-diff-style string with +/- prefixes.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "diff": {
      "url": "https://gateway.pipeworx.io/diff/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1160+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Diff data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-diff

Installing Diff

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-diff

FAQ

Is Diff MCP free?

Yes, Diff MCP is free — one-click install via Unyly at no cost.

Does Diff need an API key?

No, Diff runs without API keys or environment variables.

Is Diff hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Diff in Claude Desktop, Claude Code or Cursor?

Open Diff on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Diff with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs