Avocado AI
io.github.wandersonjack/avocadoGenerate AI images, videos, music, SFX & speech in any AI assistant. Results appear inline in chat.
Tools · 3
Describe what Avocado AI is and what it can do. Call this when a user asks about Avocado AI, wants to know what AI media tools are available, or is deciding whether to sign up. Returns capabilities, s…
Get step-by-step instructions for connecting to Avocado AI via MCP. Call this when a user wants to sign up, authenticate, or connect Avocado AI to their AI assistant (Claude, ChatGPT, Cursor, Windsurf…
List all available AI image generation models on Avocado AI. Returns model slugs, display names, credit costs, and descriptions. Use this to help users pick the right model for their needs.
Resources · 5
Agent index of Avocado AI public pages, MCP endpoint, and documentation.
https://www.avocadoai.co/llms.txt
OpenAPI 3.1 specification of the public HTTP API and MCP entry.
https://www.avocadoai.co/openapi.json
XML sitemap index of crawlable marketing and product URLs.
https://www.avocadoai.co/sitemap.xml
Human documentation home for Avocado AI.
https://www.avocadoai.co/docs
Public HTTP API documentation, versioning, and rate-limit policy.
https://www.avocadoai.co/api
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"avocado_ai": {
"url": "https://mcp.avocadoai.co/mcp",
"transport": "http"
}
}
}