opencode-minimax-easy-vision
MCP ServerFreeOpenCode plugin that enables vision support for Minimax models by saving pasted images and injecting MCP tool instructions
Capabilities5 decomposed
clipboard-image-capture-and-persistence
Medium confidenceAutomatically intercepts images pasted into the OpenCode editor via clipboard events, saves them to a persistent local filesystem directory with timestamped filenames, and maintains a registry of saved image paths. The plugin hooks into the editor's paste event lifecycle to detect image data (via DataTransfer API), serializes it to disk, and tracks references for downstream MCP tool injection.
Integrates directly with OpenCode's editor lifecycle to transparently capture and persist clipboard images without requiring explicit user file dialogs, using filesystem-based storage with automatic path tracking for MCP injection
Simpler than generic screenshot tools because it's tightly coupled to the OpenCode + Minimax workflow, eliminating manual save-and-reference steps
mcp-tool-instruction-injection-for-vision
Medium confidenceDynamically generates and injects MCP (Model Context Protocol) tool definitions into the Minimax model's system prompt, exposing saved image file paths as callable tool parameters. The plugin constructs a JSON schema describing available images and their metadata, then wraps this schema in MCP tool format (following the OpenAI/Anthropic function-calling convention) so the Minimax model can reference images by path when generating responses.
Bridges OpenCode's local image persistence with Minimax's vision API by automatically constructing MCP-compliant tool schemas that expose image paths as model-callable parameters, eliminating manual prompt engineering
More seamless than manually crafting vision prompts because it automates schema generation and injection, reducing boilerplate and keeping image references synchronized with the saved file registry
minimax-vision-model-integration
Medium confidenceProvides native bindings to Minimax's vision-capable model endpoints, handling authentication via API keys, request formatting for vision inputs (image paths + text prompts), and response parsing. The plugin abstracts the HTTP/REST layer, managing session state and model selection so developers can invoke vision analysis without directly constructing Minimax API calls.
Encapsulates Minimax API authentication and request/response handling within an OpenCode plugin, exposing a simplified interface that hides HTTP complexity and manages model selection
More convenient than raw Minimax API calls because it handles credential management and response parsing within the IDE, reducing boilerplate and keeping vision analysis in-context
opencode-plugin-lifecycle-management
Medium confidenceImplements the OpenCode plugin architecture lifecycle, including initialization hooks, event registration (paste events, model selection changes), configuration loading, and cleanup on plugin unload. The plugin registers itself with OpenCode's plugin manager, declares its capabilities via a manifest, and responds to editor lifecycle events to activate/deactivate vision features.
Implements OpenCode's plugin contract, including manifest-based discovery, event-driven initialization, and configuration binding, enabling the vision plugin to integrate seamlessly into the editor's extension ecosystem
More integrated than standalone tools because it leverages OpenCode's plugin system for automatic discovery, activation, and configuration management
image-metadata-tracking-and-registry
Medium confidenceMaintains an in-memory registry of all pasted images, storing metadata (filename, save path, timestamp, dimensions, file size) and providing query/lookup methods for downstream components. The registry is keyed by image path and supports filtering by timestamp or metadata attributes, enabling the MCP tool injector to enumerate available images and the UI to display image history.
Provides a lightweight in-memory registry specifically designed for vision workflows, enabling fast lookups and filtering of pasted images without requiring a database
Simpler than file-based image management because it keeps metadata in memory and provides query methods tailored to vision use cases
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with opencode-minimax-easy-vision, ranked by overlap. Discovered automatically through the match graph.
MiniMax-MCP
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Browser MCP
** (by UI-TARS) - A fast, lightweight MCP server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration.
@z_ai/mcp-server
MCP Server for Z.AI - A Model Context Protocol server that provides AI capabilities
@hisma/server-puppeteer
Fork and update (v0.6.5) of the original @modelcontextprotocol/server-puppeteer MCP server for browser automation using Puppeteer.
chrome-devtools-mcp
MCP server for Chrome DevTools
ImageSorcery MCP
** - ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
Best For
- ✓developers using OpenCode IDE with Minimax models for vision-based code analysis
- ✓teams doing visual debugging or screenshot-based documentation in code
- ✓developers building Minimax-powered code analysis agents that need visual context
- ✓teams using MCP-compatible LLM frameworks (e.g., Claude SDK, Anthropic Workbench)
- ✓developers integrating Minimax vision capabilities into OpenCode workflows
- ✓teams building multi-modal code analysis pipelines that combine text and visual inputs
- ✓OpenCode users who want seamless plugin installation and activation
- ✓developers extending OpenCode with custom vision capabilities
Known Limitations
- ⚠Only captures images from clipboard paste events — does not support drag-and-drop or file picker integration
- ⚠Saved images persist locally on disk; no cloud sync or backup mechanism built-in
- ⚠Image format support limited to formats supported by the browser's DataTransfer API (typically PNG, JPEG, WebP)
- ⚠No automatic cleanup of old images — disk usage grows unbounded without manual intervention
- ⚠Requires Minimax model to support function calling / tool use — older model versions may not be compatible
- ⚠MCP schema generation is static per session — does not dynamically update if new images are pasted after tool injection
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Package Details
About
OpenCode plugin that enables vision support for Minimax models by saving pasted images and injecting MCP tool instructions
Categories
Alternatives to opencode-minimax-easy-vision
Are you the builder of opencode-minimax-easy-vision?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →