Back to Home
merdekiti icon

mimi-panda-mcp-server

Verified Safe

by merdekiti

Overview

Provides an MCP-compliant interface for AI assistants to access Mimi Panda's image processing, AI image generation, and creative content services.

Installation

Run Command
npm start

Environment Variables

  • MCP_API_BASE_URL
  • MCP_API_TOKEN

Security Notes

The project demonstrates a strong focus on security, as evidenced by its PRODUCTION_CHECKLIST, which includes explicit mentions of input validation (Zod schemas), error handling, timeout management, and sensitive header masking. Communication primarily occurs via STDIO, a secure model for local client-server interaction that reduces external network attack surfaces compared to a publicly exposed web server. No 'eval' or malicious obfuscation was found in the provided code snippets, and sensitive information like API tokens is managed through environment variables or per-request parameters rather than hardcoding.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-24

Tags

MCPAI ImagingContent CreationAPI ProxyNode.js