MCP Server

Dependency AnalysisInside Your AI Coding Assistant

The Model Context Protocol brings DepFixer tools directly into your IDE. Analyze dependencies, check compatibility, and plan migrations without leaving Claude Code, Cursor, or Windsurf.

AI Assistant
User:Analyze my package.json for dependency issues
Assistant:Calling depfixer_analyze...
Health Score: [--------] 68/100
Issues Found: 7 conflicts
CRITICAL - @angular/core@16.0.0 requires typescript@>=4.9.3 <5.2.0, but found 5.4.5
HIGH - rxjs@7.5.0 is outdated for @angular/core@16.0.0
Assistant:I found 7 dependency conflicts. The critical issue is a TypeScript version mismatch. Here are the recommended fixes...
Setup Guide
Works with Claude Code, Cursor, WindsurfNo installation required - just npxFree audit mode availableAngular, React, and Vue support

Set Up in Your IDE

Add the DepFixer MCP server to your preferred AI coding assistant in under a minute

Add to your Claude Code MCP settings ( .claude/settings.json )

.claude/settings.json
{
  "mcpServers": {
    "depfixer": {
      "command": "npx",
      "args": [
        "@depfixer/mcp-server"
      ],
      "env": {
        "DEPFIXER_API_KEY": "dfx_live_YOUR_KEY"
      }
    }
  }
}

Replace dfx_live_YOUR_KEY with your API key from the dashboard, or remove the env block to use free audit mode.

Available Tools

Three powerful tools your AI assistant can call on your behalf

depfixer_analyze

Scan your package.json for dependency conflicts, get a health score, severity breakdown, and actionable fix commands.

Health score
Conflict detection
Fix commands
depfixer_check_compatibility

Check if a specific package version is compatible with your framework. Get peer dependency validation and version alignment checks.

Peer dependency check
Framework validation
Version alignment
depfixer_migrate

Plan framework migrations with before and after projections. See exactly which packages need updating and what the final health score will be.

Migration planning
Before/after projection
Safe upgrade path

Free Audit vs Full Analysis

Start with free audit mode to see your issues, then unlock full analysis with an API key

Free Mode

No API key required

  • Issue count and severity breakdown
  • Health score assessment
  • Detailed conflict descriptions
  • Fix commands for package.json
  • Migration planning with projections
  • Compatibility checking
Recommended

With API Key

Full access

  • Issue count and severity breakdown
  • Health score assessment
  • Detailed conflict descriptions
  • Fix commands for package.json
  • Migration planning with projections
  • Compatibility checking

Get Started in 30 Seconds

Run the command below, add the config to your IDE, and start analyzing dependencies with your AI assistant.

npx @depfixer/mcp-server