Budka MCP
Related Servers
Alternatives to Budka MCP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceMCP server for generating images using Gemini, supporting multiple aspect ratios and both AI Studio and Vertex AI backends.1-
- FlicenseAqualityDmaintenanceMCP server for AI image generation supporting text-to-image and image-to-image editing via any OpenAI-compatible service, with configurable models, aspect ratios, and sizes.2-
- FlicenseNot gradedqualityDmaintenanceAn MCP server for AI-powered image processing (generate, edit, vary, analyze) supporting OpenAI, Gemini, Ideogram, and custom relay endpoints.-
- AlicenseNot gradedqualityBmaintenanceMCP server for generating, editing, and processing images via multiple providers including Kilo, OpenRouter, OpenAI, and Gemini, with local tools for background removal, resizing, and cropping.20 npm3MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for generating and editing images using gpt-image-2. Enables image creation, editing, listing, and retrieval via natural language tools.-
- AlicenseAqualityDmaintenanceMCP server for generating images using OpenRouter API, supporting models like Gemini 2.5 Flash. Enables image generation with flexible options like saving to local files.2Do What The F*ck You Want To Public
TDQS
Scored across 5 tools
Each tool has a distinct purpose: models, aspect ratios, prompt generation, job creation, and job status checking. Even get_models and get_aspect_ratios are clearly separated by resource type, and generate_image vs check_job are unambiguously create vs retrieve.
All tools follow a consistent verb_noun pattern in snake_case: get_models, get_aspect_ratios, create_prompt, check_job, generate_image. The verbs and nouns clearly indicate the action and target, making the API predictable.
Five tools is well-scoped for an image generation server, covering configuration, prompt creation, generation, and status retrieval without unnecessary bloat or missing essentials.
The core image generation lifecycle is covered: list models, list ratios, create prompt, submit job, check job. Minor gaps like a cancel or list-jobs tool are absent, but agents can work around them since check_job relies on a job_id from generate_image.