MCP server intelligence profile

llm-vision-mcp Server

Gives text-only LLM coding agents vision by routing images to a multimodal model and returning detailed textual descriptions. Supports local files, URLs, clipboard, base64, raw bytes, and multiple providers like OpenAI, Anthropic, and Gemini

Local OnlyKuaaMU
Awaiting current scanNpm · 0.2.7

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
1Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install mcp-vision-bridge from npm

Version 0.2.7 declares 1 executable entrypoint.

npm install --save-exact mcp-vision-bridge@0.2.7
npx -y -p mcp-vision-bridge@0.2.7 mcp-vision-bridge
MCP client configuration example
{
  "mcpServers": {
    "mcp-vision-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "mcp-vision-bridge@0.2.7",
        "mcp-vision-bridge"
      ]
    }
  }
}

Identity

Canonical slugllm-vision-mcp-84f8a45cDeploymentLocal Only
Canonical packagenpm:mcp-vision-bridgeRepositoryKuaaMU/mcp-vision-bridge
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmmcp-vision-bridge0.2.71Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmmcp-vision-bridge0.2.7CurrentSep 5, 20261 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
mcp-vision-bridgeServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 1

ToolCategoryAnnotationsRisk
analyze_imageAnalyze an image using a multimodal model and return a detailed text description. The vision model sees the image; the calling agent is text-only and cannot. Sources for `image` (pick one, or pass an array to analyze several at once): - "path": absolute or relative path to a local image file (PNG/JPEG/WEBP/GIF) - URL: http(s) URL to an image on the web or a local server - "data:...": base64 data URI, e.g. data:image/png;base64,<payload> - "clipboard": read the image currently copied to the system clipboard - "recent": auto-find the most recently pasted image in THIS session - "session": auto-find EVERY image pasted in this session (analyze them all in one call) - "raw": the string itself is the literal raw image bytes - ["a.png", "b.png", ...]: array of any of the above — all analyzed in one request Pick `task` for common jobs (describe | ocr | ui | layout | qa) or pass your own `prompt`. `detail` defaults to "high" for maximum completeness. Use `save_to` to write a long description to a file and get back only a path + summary.
Input schema
{
  "type": "object",
  "properties": {
    "image": {
      "anyOf": [
        {
          "type": "string",
          "minLength": 1
        },
        {
          "type": "array",
          "items": {
            "type": "string",
            "minLength": 1
          }
        }
      ],
      "description": "Image source(s): a file path, URL, data: URI, 'clipboard', 'recent', 'session', 'raw', or an array of any of these to analyze multiple images in one call. 'session' analyzes every image pasted in the current session."
    },
    "prompt": {
      "type": "string",
      "description": "Free-form question or instruction about the image. Overrides `task`."
    },
    "task": {
      "type": "string",
      "enum": [
        "describe",
        "ocr",
        "ui",
        "layout",
        "qa"
      ],
      "description": "Common analysis task. Ignored when `prompt` is provided."
    },
    "detail": {
      "type": "string",
      "enum": [
        "low",
        "high"
      ],
      "description": "Desired detail level. Defaults to 'high'."
    },
    "save_to": {
      "type": "string",
      "description": "Optional file path (.txt/.md) to write the full description to."
    }
  },
  "required": [
    "image"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

llm-vision-mcp Server questions

How do I install llm-vision-mcp Server?

Install the selected package version with: npm install --save-exact mcp-vision-bridge@0.2.7

What tools does llm-vision-mcp Server provide?

llm-vision-mcp Server exposed 1 tool during independent protocol observation, including analyze_image.

Is llm-vision-mcp Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Developer Tool MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.