MCP Catalogs
首页MiniMax-Coding-Plan-MCP screenshot

MiniMax-Coding-Plan-MCP

by MiniMax-AI·79·综合分 45

为 MiniMax 用户提供专门的编码工具,包括网络搜索和图像分析功能。

developer-toolsai-llmproductivity
22
Forks
11
活跃 Issue
3 个月前
最近提交
2 天前
收录于

概述

MiniMax-Coding-Plan-MCP 是一个专为编程用户设计的模型上下文协议服务器。它提供两个核心工具:web_search 用于执行网络搜索并返回有机结果,understand_image 用于通过AI分析图像。该服务器与流行的MCP客户端(如Claude Desktop、Cursor和Windsurf)无缝集成,以增强编码体验。与标准MiniMax-MCP不同,此版本专门针对编码工作流程定制,并提供区域特定的API配置。

试试问 AI

装完之后,这里有 4 个你可以让 AI 做的事:

:通过网络搜索增强代码文档
:分析UI设计和截图以实现功能
:研究代码解决方案和最佳实践
:将视觉模型转换为代码实现

什么时候选它

如果您正在使用MiniMax的编码计划服务,并需要将网页搜索和图像分析等专用工具直接集成到开发环境中,请选择此MCP服务器。

什么时候不要选它

如果您不使用MiniMax的API,或者需要超出Claude Desktop和Cursor等MCP客户端的跨平台兼容性,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 2 个工具
  • web_search

    Performs web searches and returns organic search results along with related search queries

  • understand_image

    Analyzes images with AI based on text prompts, extracts information and answers questions about images

可对比工具

mcp-serversearchapi-mcpbrave-search-mcp

安装

安装

  1. 从 [MiniMax](https://www.minimax.io/platform/user-center/basic-information/interface-key) 获取您的API密钥。
  2. 安装 uv(Python包管理器):curl -LsSf https://astral.sh/uv/install.sh | sh
  3. 使用以下设置配置您的MCP客户端:

Claude Desktop

添加到 claude_desktop_config.json

{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": [
        "minimax-coding-plan-mcp",
        "-y"
      ],
      "env": {
        "MINIMAX_API_KEY": "在此插入您的API密钥",
        "MINIMAX_API_HOST": "https://api.minimax.io"  // 或中国大陆使用 "https://api.minimaxi.com"
      }
    }
  }
}

Cursor

转到 Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server 并添加上述配置。

MiniMax-Coding-Plan-MCP 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。