VisionCraft-MCP-Server

augmentedstartups/VisionCraft-MCP-Server
★ 116 stars JavaScript 🤖 AI/LLM Updated 1mo ago
VisionCraft MCP delivers up-to-date, specialized computer vision and Gen-AI knowledge directly to Claude and other AI assistants.
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": {
    "visioncraft-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "augmentedstartups/VisionCraft-MCP-Server"
      ]
    }
  }
}