SkillAgentSearch skills...

mcp-fixer

Build-and-run diagnostics for Claude Desktop MCP servers in one command. MCP-Fixer runs 25 diagnostics on every MCP server, pinpoints port/path issues, and offers one-click fixes – no config.

Install / Use

claude mcp add Kajdep -- npx -y github:Kajdep/mcp-fixer

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

34/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "@kajdep/mcp-fixer", "version": "1.1.0", "description": "A comprehensive diagnostic and repair tool for Model Context Protocol (MCP) servers in Claude Desktop", "main": "src/index.js", "bin": { "mcp-fixer": "bin/mcp-fixer.js", "mcp-fixer-server": "src/index.js" }, "scripts": { "start": "node src/index.js", "dev": "node --inspect src/index.js", "test": "node test/test.js", "test:integration": "node test/integration.js", "lint": "eslint src/ test/ --ext .js", "lint:fix": "eslint src/ test/ --ext .js --fix", "build": "echo 'No build step required for this project'", "docs:generate": "jsdoc -c jsdoc.conf.json", "install:claude": "node bin/mcp-fixer.js install", "uninstall:claude": "node bin/mcp-fixer.js uninstall", "prepare": "npm run lint", "prepublishOnly": "npm test && npm run lint", "postinstall": "echo 'Run \"npx mcp-fixer install\" to add to Claude Desktop'" }, "dependencies": { "eslint": "^8.57.1", "eslint-plugin-react": "^7.33.2" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low