We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanman2024/content-image-generation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Content & Image Generation MCP Server Dependencies
# For pip users who prefer requirements.txt over pyproject.toml
# Core Framework
fastmcp>=2.13.0
# Google Gen AI SDK (unified SDK for Imagen, Veo, Gemini)
google-genai>=1.0.0
# Anthropic Claude (optional - for content generation)
anthropic>=0.40.0
# Utilities
python-dotenv>=1.0.0
pydantic>=2.0.0
# Cloud Storage (optional - for Supabase image uploads)
supabase>=2.0.0
# Development Dependencies (optional)
# pytest>=7.0.0
# pytest-asyncio>=0.21.0
# black>=23.0.0
# ruff>=0.1.0