CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Avocado AI

wandersonjack/avocado-ai-app
6 toolsauthHTTPregistry active
Summary

Connects Claude to Avocado AI's multimodal generation API for creating images, videos, music, sound effects, and speech directly from chat. The results render inline rather than requiring you to follow external links or download files. Reach for this when you want to prototype creative content without context switching between your assistant and separate generation tools. Uses streamable HTTP transport, so it works with any MCP client that supports remote connections. The main appeal is consolidating multiple media types under one integration instead of juggling separate image, audio, and video services.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
models.listList all available AI image generation models on Avocado AI. Returns model names, IDs, credit costs, and descriptions. Use this to help users pick the right model for their needs. Avocado AI offers 19+ models including Flux, Imagen 4, Ideogram, Recraft, SeedDream, and more.1 params

List all available AI image generation models on Avocado AI. Returns model names, IDs, credit costs, and descriptions. Use this to help users pick the right model for their needs. Avocado AI offers 19+ models including Flux, Imagen 4, Ideogram, Recraft, SeedDream, and more.

Parameters* required
categorystring
Filter by media type. Currently only 'image' is supported.one of image
account.check_creditsCheck your Avocado AI credit balance. Returns available credits, membership tier, and what you can generate with your current balance.

Check your Avocado AI credit balance. Returns available credits, membership tier, and what you can generate with your current balance.

No parameter schema in public metadata yet.

generate.imageGenerate an AI image using Avocado AI. Supports 19+ models including Flux Pro, Imagen 4, Ideogram V3, Recraft V4, SeedDream, and more. Returns the generated image URL. Costs 1-2 credits per image depending on model.4 params

Generate an AI image using Avocado AI. Supports 19+ models including Flux Pro, Imagen 4, Ideogram V3, Recraft V4, SeedDream, and more. Returns the generated image URL. Costs 1-2 credits per image depending on model.

Parameters* required
modelstring
Model ID to use. Run models.list to see options. Defaults to 'fal-ai/flux-pro/v1.1-ultra'.
promptstring
Text description of the image to generate. Be descriptive for best results.
num_imagesnumber
Number of images to generate (1-4). Defaults to 1.
aspect_ratiostring
Image aspect ratio. Defaults to '1:1'.one of 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 21:9
generate.videoGenerate an AI video using Avocado AI's Seedance 2.0 model by ByteDance. Creates high-quality AI videos from text prompts. Videos take 2-5 minutes to generate and will appear in your Avocado AI workspace. Costs vary by duration and resolution (720p: ~4 credits/sec, 1080p: ~9 c...4 params

Generate an AI video using Avocado AI's Seedance 2.0 model by ByteDance. Creates high-quality AI videos from text prompts. Videos take 2-5 minutes to generate and will appear in your Avocado AI workspace. Costs vary by duration and resolution (720p: ~4 credits/sec, 1080p: ~9 c...

Parameters* required
promptstring
Text description of the video to generate. Be descriptive about motion, camera angles, and scene details.
durationnumber
Video duration in seconds (5-15). Defaults to 5.
fast_modeboolean
Use fast generation mode for quicker results at slightly lower quality. Defaults to false.
resolutionstring
Video resolution. 720p is cheaper, 1080p is higher quality. Defaults to '720p'.one of 720p · 1080p
generate.musicGenerate AI music using Avocado AI powered by ElevenLabs. Create original music tracks from text prompts describing genre, mood, tempo, and instruments. Tracks can be 30 seconds to 5 minutes. Costs 4 credits per 30-second block. Music will appear in your Avocado AI workspace.3 params

Generate AI music using Avocado AI powered by ElevenLabs. Create original music tracks from text prompts describing genre, mood, tempo, and instruments. Tracks can be 30 seconds to 5 minutes. Costs 4 credits per 30-second block. Music will appear in your Avocado AI workspace.

Parameters* required
titlestring
Title for the music track.
promptstring
Description of the music to generate. Include genre, mood, tempo, instruments, and style. Example: 'Upbeat electronic dance music with synth leads, punchy drums, 128 BPM, energetic and euphoric mood'
duration_secondsnumber
Duration in seconds (30-300). Defaults to 30.
generate.speechConvert text to natural-sounding speech using Avocado AI powered by ElevenLabs. Supports multiple voices and languages. Costs 3 credits per 1000 characters. Audio will appear in your Avocado AI workspace.2 params

Convert text to natural-sounding speech using Avocado AI powered by ElevenLabs. Supports multiple voices and languages. Costs 3 credits per 1000 characters. Audio will appear in your Avocado AI workspace.

Parameters* required
textstring
The text to convert to speech.
voicestring
Voice to use. Defaults to 'rachel'. Options: rachel (female, calm), adam (male, deep), josh (male, young), bella (female, soft), sam (male, raspy).one of rachel · adam · antoni · bella · domi · elli
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Communication & MessagingMedia & Entertainment
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 23, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
Microsoft 365 Teams

io.github.mindstone/mcp-server-microsoft-teams

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
8
Outlook Email

com.mintmcp/outlook-email

A MCP server for Outlook email that lets you search, read, and draft emails and replies.
8
Resend Email MCP

helbertparanhos/resend-email-mcp

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Email Mcp

marlinjai/email-mcp

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
13
Email (IMAP/SMTP)

io.github.mindstone/mcp-server-email-imap

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
8
HTML Email Playbook

io.github.osamahassouna/email-playbook-mcp

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.