What is the Avocado AI MCP server?
Generate AI images, videos, music, SFX & speech in any AI assistant. Results appear inline in chat.
How to install Avocado AI
Copy-paste configuration for popular MCP clients.
AuthorizationsecretOptional. OAuth is recommended — add the server URL to your MCP client and sign in with your Avocado account (handled automatically). For CLI/headless use, pass an API key: Bearer avk_xxx (generate at avocadoai.co/settings/api-keys).
{
"mcpServers": {
"avocado": {
"url": "https://mcp.avocadoai.co"
}
}
}{
"mcpServers": {
"avocado": {
"serverUrl": "https://mcp.avocadoai.co"
}
}
}{
"servers": {
"avocado": {
"type": "http",
"url": "https://mcp.avocadoai.co"
}
}
}{
"mcpServers": {
"avocado": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.avocadoai.co"
]
}
}
}claude mcp add --transport http avocado https://mcp.avocadoai.coRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.