mcp-server-diff-typescript MCP Server
@tatn
About mcp-server-diff-typescript MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-diff-typescript": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"-y",
"mcp-server-diff-typescript"
]
}
}
}Tools
1Generate unified diff between two text strings
Overview
What is mcp-server-diff-typescript?
A Model Context Protocol server that generates unified diffs between two text strings. It provides a single tool for comparing and analyzing text differences, useful for developers and content creators working with version changes or text comparisons.
How to use mcp-server-diff-typescript?
Install globally via npm install -g mcp-server-diff-typescript or as a project dependency. Configure it in Claude Desktop by adding the server entry to claude_desktop_config.json using npx -y mcp-server-diff-typescript or a local build path. Invoke the get-unified-diff tool with oldString and newString parameters to receive a unified diff with three lines of context.
Key features of mcp-server-diff-typescript?
- Provides a single tool:
get-unified-diff - Generates unified diffs between two text strings
- Uses the
diff
More Version Control MCP servers
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version

Github
modelcontextprotocolModel Context Protocol Servers
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Comments