Skip to content

Cli

Free

by MCP Community

CLI for linting and validating MCP tool definitions

v0.2.0Added Apr 12, 2026
mcpmodel-context-protocollintingtool-schemacli
Works with:ClaudeGPTGeminiCopilot

Cli MCP Server

CLI for linting and validating MCP tool definitions

Installation

npx -y @toolspec/cli

Reviews

Leave a Review

Installation

Quick install
npx -y @toolspec/cli
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": ["-y", "@toolspec/cli"]
    }
  }
}