mikechambers
MCP Servermikechamberspublic

image vision mcp

提供基于图像的描述服务,使用 Ollama 和 LLM 模型。

Repository Info

2
Stars
0
Forks
2
Watchers
0
Issues
JavaScript
Language
MIT License
License

About This Server

提供基于图像的描述服务,使用 Ollama 和 LLM 模型。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Image Vision MCP

MCP Server that provides descriptions of images.

Requirements

Ollama

You must have Ollama set up, and exposing its LLMs via its API / webserver.

By default, the MCP uses the llava:34b LLM, which you need to have installed and on the same computer that Ollama is running on.

You can install the model via:

ollama run llava:34b

You can also specify a different model installed via Ollama via the --model argument in Claude config.

Installation

In order to install the MCP into Claude, add the following to the claude_desktop_config.json file.

    "image-vision": {
      "command": "npx",
      "args": [
        "-y",
        "node",
        "C:/Users/FOO/src/image-vision-mcp/src/image-vision-mcp.js",
        "--permitted",
        "C:/Users/FOO/mcp",
        "--host",
        "http://192.168.1.238:11434"
      ]
    }

Arguments

  • --permitted (required) The paths that the MCP is allowed to access. You can include multiple entries.
  • --host (optional) The host and post for the Ollama server. Defaults to http://127.0.0.1:11434
  • --model (optional) The model installed into Ollama that should be used for the image vision. Defaults to "llava:34b".

Usage

To run the server:

node src/image-vision-mcp.js --permitted /path/to/dir1 /path/to/dir2

The --permitted flag is used to specify which directories roots the MCP is allowed to access for security reasons.

Development

You can run in development mode using the MCP inspector:

npx @modelcontextprotocol/inspector node src/image-vision-mcp.js --permitted /Users/FOO/Desktop/mcp/

Questions, Feature Requests, Feedback

If you have any questions, feature requests, need help, or just want to chat, join the discord.

You can also log bugs and feature requests on the issues page.

License

Project released under a MIT License.

License: MIT

Quick Start

1

Clone the repository

git clone https://github.com/mikechambers/image-vision-mcp
2

Install dependencies

cd image-vision-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownermikechambers
Repoimage-vision-mcp
LanguageJavaScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation