MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

M
Minimax Openclaw MCP

MCP server by twinkle10010

创建于 3/9/2026
更新于 about 19 hours ago
Repository documentation and setup instructions

minimax-openclaw-mcp

minimax coding plan 现在自带mcp了,但是官方没有openclaw的安装教程,故整理成skill,方便各位使用

安装skill之前请先安装uvx

linux: curl -LsSf https://astral.sh/uv/install.sh | sh 验证安装: which uvx

win: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" 验证: (Get-Command uvx).source

minimax官方安装uvx教程: https://platform.minimaxi.com/docs/coding-plan/mcp-guide#windows-2

uvx安装好之后,把mcp-version放到skill下面,让龙虾学习即可

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx minimax-openclaw-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "twinkle10010-minimax-openclaw-mcp": { "command": "uvx", "args": [ "minimax-openclaw-mcp" ] } } }