Jimeng MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIMENG_API_TOKEN | Yes | Your Jimeng AI session ID (sessionid cookie value from jimeng.jianying.com) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| helloD | – |
| generateImageD | – |
| generateVideoD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| info | |
| jimeng-ai | |
| jimeng-ai-video |
TDQS
Scored across 3 tools
The tools have distinct purposes: generateImage and generateVideo clearly target different media types, while hello appears unrelated but is distinct in function. However, the lack of descriptions introduces some uncertainty about potential overlaps in generation parameters or use cases.
Two tools follow a consistent 'generateNoun' pattern (generateImage, generateVideo), but hello breaks this convention with a different verb style. The naming is readable but mixed, lacking full consistency across the set.
With only 3 tools, the server feels thin for a general-purpose MCP server named 'Jimeng MCP Server'. This count might be appropriate for a very narrow domain, but without descriptions, it's unclear if these tools adequately cover the intended scope or if there are significant gaps.
The tool set is severely incomplete for any meaningful domain. There are no CRUD operations, configuration tools, or supporting functions; generateImage and generateVideo lack companion tools for editing, listing, or managing media, and hello seems out of place. The surface is minimal and likely insufficient for agent workflows.