cv-mcp-tools

omidsrezai/cv-mcp-tools
★ 1 stars Python 🔌 API Integration Updated 8mo ago
A repository showcasing integration of specialized computer vision tools with language models through MCP.
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": {
    "cv-mcp-tools": {
      "command": "uvx",
      "args": [
        "cv-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install cv-mcp-tools