Schema Lint
Freeby MCP Community
CLI linter for MCP tool/resource schemas
v0.1.2Added Apr 12, 2026
Schema Lint MCP Server
CLI linter for MCP tool/resource schemas
Installation
npx -y mcp-schema-lint
Reviews
Installation
Quick install
npx -y mcp-schema-lint
Add to claude_desktop_config.json
{
"mcpServers": {
"schema-lint": {
"command": "npx",
"args": ["-y", "mcp-schema-lint"]
}
}
}