Back to Home
wwwzhouhui icon

jimeng-mcp-server

Verified Safe

by wwwzhouhui

Overview

An MCP server to provide Claude and other LLMs with image and video generation capabilities via the JiMeng AI service's reverse-engineered API.

Installation

Run Command
python -m jimeng_mcp.server

Environment Variables

  • JIMENG_API_KEY
  • JIMENG_API_URL
  • JIMENG_MODEL

Security Notes

The server's source code itself does not contain obvious direct vulnerabilities like `eval` or hardcoded sensitive credentials within the Python files. It uses environment variables for `JIMENG_API_KEY` and `JIMENG_API_URL`, which is good practice. However, the project's core functionality relies on `jimeng-free-api-all`, a reverse-engineered API for JiMeng AI. This inherently introduces several security considerations: (1) The `JIMENG_API_KEY` is a browser `sessionid`, which is less secure than a dedicated API key and can expire or be subject to session hijacking if not properly protected. (2) Reliance on an unofficial, reverse-engineered API means potential instability, lack of security patches, and unpredictable behavior if the upstream official service changes. (3) The project explicitly states it is for 'personal learning and research use' and 'prohibits commercial use' due to its reverse-engineered nature.

Similar Servers

Stats

Interest Score33
Security Score7
Cost ClassLow
Avg Tokens150
Stars2
Forks5
Last Update2025-12-14

Tags

MCPAIImage GenerationVideo GenerationLLM Tools