MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
Minimax Openclaw MCP

MCP server by twinkle10010

Created 3/9/2026
Updated 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下面,让龙虾学习即可

Quick Setup
Installation guide for this server

Install Package (if required)

uvx minimax-openclaw-mcp

Cursor configuration (mcp.json)

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