VisionCraft MCP delivers up-to-date, specialized computer vision and Gen-AI knowledge directly to Claude and other AI assistants.
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"
]
}
}
}
Run in terminal:
claude mcp add visioncraft-mcp-serv npx -y augmentedstartups/VisionCraft-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"visioncraft-mcp-serv": {
"command": "npx",
"args": [
"-y",
"augmentedstartups/VisionCraft-MCP-Server"
]
}
}
}