Kolosal Vision MCP
Provides AI-powered image analysis and OCR capabilities using the Kolosal Vision API. Supports analyzing images from URLs, local files, or base64 data with natural language queries for object detection, scene description, text extraction, and visual assessment.
README
Kolosal Vision MCP
An MCP (Model Context Protocol) server that provides AI-powered image analysis and OCR using the Kolosal Vision API. Seamlessly integrate vision capabilities into Claude Desktop, Cursor IDE, or any MCP-compatible client.
⨠Features
- š¼ļø Image Analysis - Analyze images with natural language queries
- š URL Support - Automatically downloads and processes images from URLs
- š Local File Support - Directly analyze images from your filesystem
- š Base64 Support - Accepts base64-encoded images
- šÆ Structured Responses - Returns organized analysis with key observations
- š Multiple Formats - Supports JPEG, PNG, GIF, WebP, and BMP
š¦ Installation
Using npx (Recommended)
No installation needed! Just configure your MCP client to use:
npx kolosal-vision-mcp
Global Installation
npm install -g kolosal-vision-mcp
Local Installation
npm install kolosal-vision-mcp
š Configuration
Get Your API Key
- Visit Kolosal AI
- Sign up or log in to your account
- Generate an API key from your dashboard
Setup with Cursor IDE
Add this configuration to your Cursor MCP settings (~/.cursor/mcp.json):
{
"mcpServers": {
"kolosal-vision": {
"command": "npx",
"args": ["-y", "kolosal-vision-mcp"],
"env": {
"KOLOSAL_API_KEY": "your_api_key_here"
}
}
}
}
Setup with Claude Desktop
Add this to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kolosal-vision": {
"command": "npx",
"args": ["-y", "kolosal-vision-mcp"],
"env": {
"KOLOSAL_API_KEY": "your_api_key_here"
}
}
}
}
Alternative: Using Global Installation
If you installed globally, replace the command configuration:
{
"mcpServers": {
"kolosal-vision": {
"command": "kolosal-vision-mcp",
"env": {
"KOLOSAL_API_KEY": "your_api_key_here"
}
}
}
}
š ļø Tool: analyze_image
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
image |
string | Yes | Image source: URL, local file path, or base64-encoded data |
description |
string | Yes | What to analyze (e.g., "Describe this image", "Extract text") |
Supported Image Sources
- URLs -
https://example.com/image.jpg - Local files -
/path/to/image.pngor./relative/path.jpg - Base64 - Raw base64-encoded image data
Supported Formats
- JPEG / JPG
- PNG
- GIF
- WebP
- BMP
š” Usage Examples
In Cursor IDE
Simply reference an image file and ask questions:
Analyze @./photos/product.jpg and describe what you see
What text is visible in @./screenshots/document.png?
Example Prompts
- "What objects are in this image?"
- "Describe the scene in detail"
- "Extract any visible text (OCR)"
- "What is the main subject?"
- "Describe the colors and composition"
- "Are there any people? What are they doing?"
- "What brand logos are visible?"
- "Is this image appropriate for a professional website?"
Response Format
The tool returns structured responses:
## Image Analysis
[Detailed analysis based on your query]
## Details
1. [Key observation 1]
2. [Key observation 2]
3. [Key observation 3]
...
š§ Development
Prerequisites
- Node.js 18+
- npm or yarn
Setup
# Clone the repository
git clone https://github.com/madebyaris/kolosal-vision-mcp.git
cd kolosal-vision-mcp
# Install dependencies
npm install
# Build
npm run build
# Run in development mode (watch)
npm run dev
Project Structure
kolosal-mcp-vision/
āāā src/
ā āāā index.ts # Main MCP server implementation
āāā dist/ # Compiled JavaScript
āāā package.json
āāā tsconfig.json
āāā README.md
š Troubleshooting
"KOLOSAL_API_KEY environment variable is not set"
Make sure you've added your API key to the MCP configuration's env section.
"Invalid image format"
Ensure your image is in a supported format (JPEG, PNG, GIF, WebP, or BMP). PDF files are not currently supported.
"Failed to download image"
Check that the URL is accessible and returns a valid image. Some URLs may require authentication or have CORS restrictions.
MCP Server Not Loading
- Restart your IDE/client after configuration changes
- Check the MCP configuration JSON syntax
- Verify the API key is correct
š License
MIT Ā© Aris Setiawan
š Links
- Kolosal AI - Get your API key
- MCP Documentation - Learn more about MCP
- GitHub Repository
- npm Package
š¤ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.