Skip to main content
Glama

MiniMax MCP Server

Official
by MiniMax-AI
#!/bin/bash # Check if environment argument is provided if [[ $# -lt 1 ]]; then echo "Usage: $0 [test|prod]" exit 1 fi # Clean previous builds rm -rf dist/ build/ *.egg-info/ # Build the package uv build if [ "$1" = "test" ]; then uv run twine upload --repository testpypi dist/* --verbose elif [ "$1" = "prod" ]; then uv run twine upload --repository pypi dist/* else echo "Please specify 'test' or 'prod' as the argument" exit 1 fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MiniMax-AI/MiniMax-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server