mcp-tool-description-quality

codetherock/mcp-tool-description-quality
★ 1 stars Python 🤖 AI/LLM Updated today
TDAS detects and improves weak MCP tool descriptions using smell detection, quality scoring, and optional LLM-based rewriting.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-description": {
      "command": "uvx",
      "args": [
        "mcp-tool-description-quality"
      ]
    }
  }
}

Or install with pip: pip install mcp-tool-description-quality