Server data from the Official MCP Registry
RunAPI MCP server for Flux Kontext: create tasks, poll status, and check pricing.
RunAPI MCP server for Flux Kontext: create tasks, poll status, and check pricing.
This is a well-structured MCP server for the RunAPI Flux Kontext image generation service. Authentication is properly handled via environment variables or config files, and the codebase follows secure patterns with no evidence of malicious activity. Minor code quality concerns around input validation and error handling do not significantly impact the security posture. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: RUNAPI_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-runapi-builder-flux-kontext-mcp": {
"env": {
"RUNAPI_API_KEY": "your-runapi-api-key-here"
},
"args": [
"-y",
"@runapi.ai/flux-kontext-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
RunAPI MCP server for the Flux Kontext model line. Create image tasks, poll their status, and check pricing through a single RunAPI API key.
text_to_image — create a Flux Kontext task and (optionally) poll until it
reaches a terminal status. Returns the task id, status, output URLs, and a
price snapshot. Models: flux-kontext-max, flux-kontext-pro.get_task — fetch the current status and latest payload for a task.check_pricing — look up pricing for a model in this line.Set a RunAPI API key via the RUNAPI_API_KEY environment variable, or write
it to ~/.config/runapi/config.json:
mkdir -p ~/.config/runapi
echo '{"api_key":"YOUR_KEY"}' > ~/.config/runapi/config.json
Get an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.
Run the server over stdio:
npx -y @runapi.ai/flux-kontext-mcp
Add it to an MCP client (see examples/ for per-client configs):
{
"mcpServers": {
"flux-kontext": {
"command": "npx",
"args": ["-y", "@runapi.ai/flux-kontext-mcp"],
"env": { "RUNAPI_API_KEY": "${RUNAPI_API_KEY}" }
}
}
}
Apache-2.0
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.