VisionCraft

v1.0.0Data Science & MLstable

VisionCraft MCP delivers up-to-date, specialized computer vision and Gen-AI knowledge directly to Claude and other AI assistants.

visioncraft-mcp-servermcpai-integration
Share:
121
Stars
0
Downloads
0
Weekly
0/5

What is VisionCraft?

VisionCraft is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to visioncraft mcp delivers up-to-date, specialized computer vision and gen-ai knowledge directly to claude and other ai assistants.

VisionCraft MCP delivers up-to-date, specialized computer vision and Gen-AI knowledge directly to Claude and other AI assistants.

This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • VisionCraft MCP delivers up-to-date, specialized computer vi

Use Cases

Access specialized computer vision and generative AI knowledge.
Get up-to-date information on vision models and AI techniques for image analysis.
LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedApr 25, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx visioncraft-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use VisionCraft

VisionCraft MCP Server connects Claude and other AI assistants to a curated knowledge base of over 100,000 computer vision and generative AI repositories, indexed by the proprietary Raven engine. It exposes a single `vision-query` tool that lets models search for up-to-date implementations, techniques, and code examples across topics like object detection, image segmentation, 3D vision, and vision-language models. Developers working on CV and GenAI projects use it to pull accurate, current library documentation and code snippets without leaving their AI assistant.

Prerequisites

  • Node.js 18.0.0 or later
  • A free VisionCraft API key (sign up at visioncraft-app.augmentedstartups.com)
  • An MCP-compatible client such as Claude Desktop, Cursor, Windsurf, or VS Code with the Cline extension
1

Obtain a free API key

Navigate to visioncraft-app.augmentedstartups.com and create a free account. After signing up, copy your API key from the dashboard — you will need it in the next step.

2

Add VisionCraft to your MCP client configuration

Open your MCP client config file (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json for Claude Desktop) and add the VisionCraft server entry, replacing YOUR_API_KEY_HERE with the key you copied.

{
  "mcpServers": {
    "visioncraft": {
      "command": "npx",
      "args": ["-y", "visioncraft-mcp@latest", "--api-key", "YOUR_API_KEY_HERE"]
    }
  }
}
3

Restart your MCP client

Quit and relaunch Claude Desktop (or reload your editor). The VisionCraft server will start automatically on the next launch and the vision-query tool will appear in the tool list.

4

Include the activation phrase in your prompts

Add 'use visioncraft mcp' to your prompt so the assistant routes the query through the VisionCraft knowledge base rather than relying on its training data.

VisionCraft Examples

Client configuration

Claude Desktop config for VisionCraft MCP Server with an API key passed as a CLI argument.

{
  "mcpServers": {
    "visioncraft": {
      "command": "npx",
      "args": ["-y", "visioncraft-mcp@latest", "--api-key", "YOUR_API_KEY_HERE"]
    }
  }
}

Prompts to try

Example prompts that route through the VisionCraft knowledge base.

- "Give me the code for real-time object detection with YOLOv9. Use visioncraft mcp."
- "Show me a Python example using SAM 2 for video segmentation. Use visioncraft mcp."
- "What are the latest vision-language models and how do I use them with Hugging Face? Use visioncraft mcp."
- "Find a working implementation of DepthAnything v2 for monocular depth estimation. Use visioncraft mcp."
- "Give me code for the OpenAI Agents SDK. Use visioncraft mcp tool."

Troubleshooting VisionCraft

vision-query tool returns 401 Unauthorized errors

Your API key is missing or incorrect. Double-check that the --api-key argument in your config matches the key shown in the VisionCraft dashboard. API keys are per-account and must not contain extra whitespace.

The visioncraft-mcp package fails to install because of Node.js version mismatch

VisionCraft requires Node.js 18.0.0 or higher. Run `node --version` to check your version and upgrade via nvm (`nvm install 20`) or the official Node.js installer if needed.

Claude ignores the VisionCraft tool and answers from training data

Explicitly include 'use visioncraft mcp' or 'use the visioncraft tool' in your prompt. Without this instruction the model may not route CV questions through the tool automatically.

Frequently Asked Questions about VisionCraft

What is VisionCraft?

VisionCraft is a Model Context Protocol (MCP) server that visioncraft mcp delivers up-to-date, specialized computer vision and gen-ai knowledge directly to claude and other ai assistants. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install VisionCraft?

Follow the installation instructions on the VisionCraft GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with VisionCraft?

VisionCraft works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is VisionCraft free to use?

Yes, VisionCraft is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Data Science & ML MCP Servers

Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "visioncraft-mcp-server": { "command": "npx", "args": ["-y", "visioncraft-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use VisionCraft?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides