vimax-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VIMAX_HOME | No | Path to ViMax checkout (added to sys.path at first job) | ~/projects/ViMax |
| VIMAX_MCP_LOG | No | Log level | INFO |
| GOOGLE_API_KEY | Yes | Forwarded to ViMax image/video generators | |
| VIMAX_JOBS_DIR | No | Per-job output root | $VIMAX_HOME/.working_dir/jobs |
| VIMAX_MCP_HOST | No | SSE bind host | 127.0.0.1 |
| VIMAX_MCP_PORT | No | SSE bind port | 7801 |
| MINIMAX_API_KEY | Yes | Forwarded to ViMax chat model | |
| VIMAX_QUOTA_FILE | No | Persisted daily-quota counter | $VIMAX_HOME/.working_dir/quota.json |
| VIMAX_MCP_TRANSPORT | No | stdio or sse (CLI flag overrides) | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| submit_idea2videoA | Submit an idea-to-video job. Returns immediately with a job_id; poll get_job_status for progress. |
| submit_script2videoC | Submit a script-to-video job. Returns immediately with a job_id; poll get_job_status for progress. |
| get_job_statusB | Get current state, progress, and error list for a submitted job. |
| list_artifactsB | List files produced by a job. kind ∈ final | frames | intermediate | all. |
| cancel_jobA | Cancel a running or queued job. Working_dir is preserved for inspection. |
| get_quotaA | Today's daily quota usage for chat / image / video providers (UTC day). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/ZCDeng/vimax-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server