Ensures Model Context Protocol (MCP) server configurations are syntactically correct and functional for Claude Code projects.
The Validate MCP skill provides automated linting and verification for .mcp.json configuration files, helping developers troubleshoot connection issues and configuration errors. It performs deep checks on transport types like stdio and SSE, validates environment variable expansion, ensures unique server names, and verifies command execution paths. This skill is essential for streamlining the integration of external tools and data sources into the Claude environment, preventing runtime failures caused by malformed configuration files.
主要功能
01Validates JSON syntax and schema for .mcp.json files
02Verifies transport protocols including stdio, sse, http, and websocket
03Validates stdio command paths and SSE URL formatting
04Detects duplicate server names and configuration conflicts
052 GitHub stars
06Checks environment variable expansion patterns and consistency
使用场景
01Verifying complex environment variable setups before deploying new tools
02Auditing server transport configurations for protocol compliance
03Troubleshooting 'MCP connection failed' errors within Claude Code