Skip to content

Schema Lint

Free

by MCP Community

CLI linter for MCP tool/resource schemas

v0.1.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Schema Lint MCP Server

CLI linter for MCP tool/resource schemas

Installation

npx -y mcp-schema-lint

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-schema-lint
Add to claude_desktop_config.json
{
  "mcpServers": {
    "schema-lint": {
      "command": "npx",
      "args": ["-y", "mcp-schema-lint"]
    }
  }
}