Registry / llm-agents / minimax-coding-plan-mcp

minimax-coding-plan-mcp

JSON →
library0.0.4pypypiunverified

A specialized MCP (Model Context Protocol) server designed for MiniMax coding-plan users, enabling AI agents to interact with coding plans via a standardized interface. Version 0.0.4, early-stage development with ongoing updates.

pip install minimax-coding-plan-mcp
INSTALL
IMPORT
SIG · MINIMAX-CODING-PLA
M
minimax-coding-plan-mcp
llm-agentspythonv0.0.4
Install
7.7s avg
Import
Disk
73MB
Pass rate
8/ 10
Env Coverage8 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.0.4 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✓ —
✓ 9.3s
py 3.11
✓ —
✓ 8s
py 3.12
✓ —
✓ 6.7s
py 3.13
✓ —
✓ 6.9s
py 3.9
✕ build_error
✕ build_error
73MB installed
● package 73MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CodingPlanMCP
from minimax_mcp import CodingPlanMCP
from minimax_coding_plan_mcp import CodingPlanMCP

Basic usage to start the MiniMax Coding Plan MCP server.

from minimax_coding_plan_mcp import CodingPlanMCP # Initialize server with API key from environment variable server = CodingPlanMCP(api_key=os.environ.get('MINIMAX_API_KEY', '')) # Run the MCP server server.run()
Debug
Known issues
breakingVersion 0.0.3 changed the initialization signature; `api_key` is now required and no longer accepts positional argument for token.
fix
Use `CodingPlanMCP(api_key='key')` instead of `CodingPlanMCP('key')`.
affects: >=0.0.3
gotchaThe MCP server binds to localhost:8000 by default; ensure the port is not already in use, and configure via environment variable `MCP_PORT` if needed.
fix
Set `os.environ['MCP_PORT'] = '8080'` before starting the server.
affects: all
Upgrade
Version history
0.0.4latest on PyPI · released Feb 10, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
38
OpenAI (training)
1
Resources
minimax-coding-plan-mcp — pip install minimax-coding-plan-mcp · libregistry