kieai-mcp-server
Verified Safeby marswong
Overview
Provides a Model Context Protocol (MCP) server that wraps the KIE.AI Text-to-Image FLUX 2 Pro API for generating images from text prompts.
Installation
node dist/index.jsEnvironment Variables
- KIEAI_API_KEY
Security Notes
The server uses environment variables for API keys and `zod` for robust input validation, which are good security practices. The nested `JSON.parse(data.resultJson)` from an external API response is a minor theoretical concern, as a compromised external API could return maliciously crafted JSON that exploits a parser vulnerability, though modern JavaScript JSON parsers are generally robust against arbitrary code execution. No `eval` or direct system commands with user input are found.
Similar Servers
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
adk-mcp-multimodal
This server implements a multimodal AI agent for product marketing, enabling users to edit product photos and generate marketing videos from images using Google's ADK and Veo 3.1 API.
ai-safety-mcp-server
A centralized Model Context Protocol (MCP) server for AI Safety research, providing knowledge base, safety evaluation, mechanistic interpretability, and governance tools for research assistants and agentic systems.
kie-ai-mcp-server
This MCP server provides a tool for generating images from text prompts using the FLUX 2 Pro model via the KIE.AI API.