Leonardo AI
БесплатноНе проверенIntegrates with Leonardo AI's image generation platform for creating custom images with specific models, checking job status, and managing generation history th
Описание
Integrates with Leonardo AI's image generation platform for creating custom images with specific models, checking job status, and managing generation history through the Leonardo API.
README
A Model Context Protocol (MCP) server for Leonardo AI, supporting both HTTP and stdio modes.
Features
- Create image generation jobs with Leonardo AI
- See available models
- Check the status of image generation jobs
- Get all the user's image generation jobs
- Supports both
HTTPandstdiotransports
Installation
JSON Config
Support for Claude Desktop, Cursor and other MCP clients that use JSON config files.
[!IMPORTANT]
You will need to generate a Leonardo API key and set it in the environment variableLEONARDO_API_KEYbefore running the server.
{
"mcpServers": {
"leonardo-mcp-server": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ish-joshi/leonardo-mcp-server",
"leonardo-mcp-server",
"stdio"
],
"env": {
"LEONARDO_API_KEY": "YOUR_LEONARDO_API_KEY"
}
}
}
}
Demo
Running Modes
This server supports two modes:
- HTTP mode (default):
- Suitable for remote clients (e.g., ChatGPT Playground, browser-based tools).
- The server runs an HTTP endpoint. You must expose it to the internet if your client is remote.
- Stdio mode:
- Suitable for local clients that communicate over standard input/output (stdio).
- No network port is opened.
HTTP Mode (for remote clients)
Start the server in HTTP mode (default):
uvx --from git+https://github.com/ish-joshi/leonardo-mcp-server leonardo-mcp-server
If your client is remote (e.g., ChatGPT Playground), you must expose your local server to the internet. You can use ngrok or a similar tunneling tool:
ngrok http 8080
Copy the public URL from ngrok and use it as the endpoint in your client.
Stdio Mode (for local clients)
Start the server in stdio mode:
uvx --from git+https://github.com/ish-joshi/leonardo-mcp-server leonardo-mcp-server stdio
Environment Variables
LEONARDO_API_KEY(required): Your Leonardo AI API key.
Development
- Edit
main.pyto add or modify MCP tools. - Run using
python main.pyand test with a compatible MCP client. I prefer to use 5ire MCP client for testing. - See python-sdk documentation for more info.
Установка Leonardo AI
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ish-joshi/leonardo-mcp-serverFAQ
Leonardo AI MCP бесплатный?
Да, Leonardo AI MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Leonardo AI?
Нет, Leonardo AI работает без API-ключей и переменных окружения.
Leonardo AI — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Leonardo AI в Claude Desktop, Claude Code или Cursor?
Открой Leonardo AI на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
ARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare Leonardo AI with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
