From 2b1c6ffd1fd30f620656474b7154e6e82ff69d37 Mon Sep 17 00:00:00 2001 From: Mohamed Abdallah Date: Sat, 25 Apr 2026 05:29:54 +0300 Subject: [PATCH 1/2] Add prompt-to-asset MCP server to Multimedia Process --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e0917a8..00dac109 100644 --- a/README.md +++ b/README.md @@ -1819,6 +1819,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [realcrabcut/crabcut-mcp-server](https://github.com/realcrabcut/crabcut-mcp-server) [![realcrabcut/crabcut-mcp-server MCP server](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server) 📇 ☁️ - Turn YouTube videos into short-form clips from any AI assistant. AI-powered highlight detection, subtitle generation, 9:16 reframing, and direct download URLs via the Crabcut API. - [keiver/image-tiler-mcp-server](https://github.com/keiver/image-tiler-mcp-server) [![image-tiler-mcp-server MCP server](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server) 📇 🏠 🍎 🪟 🐧 - Full-resolution vision for LLMs. Tiles large images and captures web pages via Chrome CDP so vision models process every detail without downscaling. Generates interactive HTML tile previews. Supports Claude, OpenAI, Gemini presets with per-model token math and entropy-based tile classification. - [gaudiolab-jp/gaudio-developers-mcp](https://github.com/gaudiolab-jp/gaudio-developers-mcp) [![gaudio-developers-mcp MCP server](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp) 📇 ☁️ 🍎 🪟 🐧 - Audio AI API for stem separation (vocal, drum, bass, guitar, piano), DME separation (dialogue, music, effects), and AI lyrics sync. 7 tools, 11 models, supports WAV/FLAC/MP3/M4A/MOV/MP4. +- [MohamedAbdallah-14/prompt-to-asset](https://github.com/MohamedAbdallah-14/prompt-to-asset) 📇 🏠 🍎 🪟 🐧 - MCP server that generates production-ready visual assets (app icons, favicons, OG images, logos, wordmarks) by routing each request across 30+ image models to the best fit for the task. Zero-key first run via free-tier providers (Pollinations, Stable Horde, HuggingFace). Three execution modes: inline SVG, external prompt, or full API. Validates output for WCAG contrast, OCR accuracy, and palette consistency. MIT licensed. - [mordor-forge/gemini-media-mcp](https://github.com/mordor-forge/gemini-media-mcp) [![mordor-forge/gemini-media-mcp MCP server](https://glama.ai/mcp/servers/mordor-forge/gemini-media-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mordor-forge/gemini-media-mcp) 🏎️ ☁️ 🍎 🪟 🐧 - Unified Gemini media generation: Nano Banana (images, editing, multi-reference composition), Veo 3.1 (video, image-to-video, extend), TTS, and Lyria 3 (music with vocals). Single Go binary, 12 tools, supports Gemini API key and Vertex AI. - [guimatheus92/mcp-video-analyzer](https://github.com/guimatheus92/mcp-video-analyzer) [![mcp-video-analyzer MCP server](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer/badges/score.svg)](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer) 📇 🏠 🍎 🪟 🐧 - MCP server for video analysis — extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required. - [mordor-forge/trident-mcp](https://github.com/mordor-forge/trident-mcp) [![mordor-forge/trident-mcp MCP server](https://glama.ai/mcp/servers/mordor-forge/trident-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mordor-forge/trident-mcp) 🏎️ ☁️ 🍎 🪟 🐧 - AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling. From 0f5671cd51a250db4b301e39fa106da71824e1f4 Mon Sep 17 00:00:00 2001 From: Mohamed Abdallah Date: Sun, 26 Apr 2026 23:40:02 +0300 Subject: [PATCH 2/2] Add Glama AAA badge and tighten prompt-to-asset entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00dac109..3ded1045 100644 --- a/README.md +++ b/README.md @@ -1819,7 +1819,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [realcrabcut/crabcut-mcp-server](https://github.com/realcrabcut/crabcut-mcp-server) [![realcrabcut/crabcut-mcp-server MCP server](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/realcrabcut/crabcut-mcp-server) 📇 ☁️ - Turn YouTube videos into short-form clips from any AI assistant. AI-powered highlight detection, subtitle generation, 9:16 reframing, and direct download URLs via the Crabcut API. - [keiver/image-tiler-mcp-server](https://github.com/keiver/image-tiler-mcp-server) [![image-tiler-mcp-server MCP server](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keiver/image-tiler-mcp-server) 📇 🏠 🍎 🪟 🐧 - Full-resolution vision for LLMs. Tiles large images and captures web pages via Chrome CDP so vision models process every detail without downscaling. Generates interactive HTML tile previews. Supports Claude, OpenAI, Gemini presets with per-model token math and entropy-based tile classification. - [gaudiolab-jp/gaudio-developers-mcp](https://github.com/gaudiolab-jp/gaudio-developers-mcp) [![gaudio-developers-mcp MCP server](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gaudiolab-jp/gaudio-developers-mcp) 📇 ☁️ 🍎 🪟 🐧 - Audio AI API for stem separation (vocal, drum, bass, guitar, piano), DME separation (dialogue, music, effects), and AI lyrics sync. 7 tools, 11 models, supports WAV/FLAC/MP3/M4A/MOV/MP4. -- [MohamedAbdallah-14/prompt-to-asset](https://github.com/MohamedAbdallah-14/prompt-to-asset) 📇 🏠 🍎 🪟 🐧 - MCP server that generates production-ready visual assets (app icons, favicons, OG images, logos, wordmarks) by routing each request across 30+ image models to the best fit for the task. Zero-key first run via free-tier providers (Pollinations, Stable Horde, HuggingFace). Three execution modes: inline SVG, external prompt, or full API. Validates output for WCAG contrast, OCR accuracy, and palette consistency. MIT licensed. +- [MohamedAbdallah-14/prompt-to-asset](https://github.com/MohamedAbdallah-14/prompt-to-asset) [![MohamedAbdallah-14/prompt-to-asset MCP server](https://glama.ai/mcp/servers/MohamedAbdallah-14/prompt-to-asset/badges/score.svg)](https://glama.ai/mcp/servers/MohamedAbdallah-14/prompt-to-asset) 📇 🏠 🍎 🪟 🐧 - Generates app icons, favicons, OG images, logos, and wordmarks. Routes each request across 30+ image models. Runs without an API key via Cloudflare Workers AI, NVIDIA NIM, HuggingFace, or Stable Horde. Three modes: inline SVG, external prompt-only, or full API. Validates contrast, OCR text accuracy, and palette before returning. - [mordor-forge/gemini-media-mcp](https://github.com/mordor-forge/gemini-media-mcp) [![mordor-forge/gemini-media-mcp MCP server](https://glama.ai/mcp/servers/mordor-forge/gemini-media-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mordor-forge/gemini-media-mcp) 🏎️ ☁️ 🍎 🪟 🐧 - Unified Gemini media generation: Nano Banana (images, editing, multi-reference composition), Veo 3.1 (video, image-to-video, extend), TTS, and Lyria 3 (music with vocals). Single Go binary, 12 tools, supports Gemini API key and Vertex AI. - [guimatheus92/mcp-video-analyzer](https://github.com/guimatheus92/mcp-video-analyzer) [![mcp-video-analyzer MCP server](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer/badges/score.svg)](https://glama.ai/mcp/servers/guimatheus92/mcp-video-analyzer) 📇 🏠 🍎 🪟 🐧 - MCP server for video analysis — extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required. - [mordor-forge/trident-mcp](https://github.com/mordor-forge/trident-mcp) [![mordor-forge/trident-mcp MCP server](https://glama.ai/mcp/servers/mordor-forge/trident-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mordor-forge/trident-mcp) 🏎️ ☁️ 🍎 🪟 🐧 - AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.