MiniMax-Coding-Plan-MCP
Verified Safeby MiniMax-AI
Overview
A specialized Model Context Protocol (MCP) server for MiniMax AI, providing web search and image analysis tools specifically tailored for coding development workflows.
Installation
uvx minimax-coding-plan-mcpEnvironment Variables
- MINIMAX_API_KEY
- MINIMAX_API_HOST
- FASTMCP_LOG_LEVEL
Security Notes
The `process_image_url` function can download images from arbitrary HTTP/HTTPS URLs or read from local file paths. If the server processes untrusted input for `image_source`, this could be a vector for Server-Side Request Forgery (SSRF) or resource exhaustion attacks, particularly if deployed in a multi-user or cloud environment. While the image content isn't directly executed, fetching arbitrary external data poses an indirect risk. No `eval` or direct code execution vulnerabilities are apparent, and API keys are handled securely via environment variables.
Similar Servers
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.
sourcegraph-mcp
Provides AI-enhanced code search and content fetching capabilities from Sourcegraph instances to LLM agents.
codeweaver
CodeWeaver is an AI-first MCP server designed to provide 'exquisite context' for AI agents by offering semantic code search and code analysis capabilities.