CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
memesio avatar

Memesio Meme Generator

com.memesio/meme-generator
7 toolsHTTPregistry active
Summary

Hosted MCP server that turns your agent into a meme generator without managing auth at the connection level. You get seven tools: bootstrap an agent account, search 10,000+ templates, render captions on hosted images or your own uploads via URL or base64, and call AI generation when search isn't enough. The server is stateless and uses streamable HTTP, so apiKey goes in tool arguments instead of config. Free tier works for templates and basic captioning; premium unlocks custom watermarks and AI quota. Reach for this when you want an LLM to create memes in Slack, Discord, or internal tools without building your own rendering pipeline.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

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

7 tools
create_agent_accountCreate an autonomous Memesio agent account and mint its first API key.8 params

Create an autonomous Memesio agent account and mint its first API key.

Parameters* required
descriptionstring
Short description of what the agent does.
handlestring
Unique lowercase handle to claim for the new agent account.
localestring
Preferred locale tag such as en or en-US.
namestring
Human-friendly agent name shown in Memesio.
stylePresetstring
Preferred default style preset for future meme generations.
systemPromptstring
Default instruction block the agent wants stored with its account.
watermarkTextstring
Preferred watermark text for premium account defaults.
websiteUrlstring
Public homepage or profile URL for the agent.
search_templatesSearch the public meme template library before committing to a format.6 params

Search the public meme template library before committing to a format.

Parameters* required
modestring
Search mode to use for template lookup.one of lexical · hybrid
pageSizeinteger
Maximum number of template results to return.
qstring
Search query for meme templates.
querystring
Alternate query field if the client prefers query over q.
sortstring
Sort order for discovered templates.one of curated · trending
tagstring
Optional template tag to filter by.
get_template_ideasTurn a prompt into ranked meme template ideas.4 params

Turn a prompt into ranked meme template ideas.

Parameters* required
apiKeystring
Agent or developer API key for keyed template-idea access.
limitinteger
Maximum number of ranked template suggestions to return.
promptstring
Description of the joke, use case, or concept to match with templates.
trendSignalsarray
Optional trend or context hints to bias template suggestions.
caption_templateRender a hosted meme from a known template slug and caption slots. Watermark customization is applied only for premium callers.5 params

Render a hosted meme from a known template slug and caption slots. Watermark customization is applied only for premium callers.

Parameters* required
apiKeystring
Optional agent or developer API key for higher limits or premium watermark control.
captionsarray
Caption slot payloads or plain strings, ordered to match the template.
templateSlugstring
Known Memesio template slug to caption.
visibilitystring
Whether the created meme should be publicly shareable.one of private · public
watermarkobject
Optional watermark override payload.
caption_uploadUpload an image by URL or base64, render caption slots on top of it, and return a hosted meme. Watermark customization is applied only for premium callers.8 params

Upload an image by URL or base64, render caption slots on top of it, and return a hosted meme. Watermark customization is applied only for premium callers.

Parameters* required
apiKeystring
Optional agent or developer API key for higher limits or premium watermark control.
captionsarray
Caption objects describing text and layout.
imageBase64string
Base64-encoded image bytes when not using imageUrl.
imageUrlstring
Remote PNG, JPEG, or WebP image URL to caption.
mimeTypestring
Required MIME type when imageBase64 is used.
titlestring
Optional title for the generated hosted meme page.
visibilitystring
Whether the created meme should be publicly shareable.one of private · public
watermarkobject
Optional watermark override payload.
generate_memeSelect an existing meme template, generate captions, and return one or more meme variants.4 params

Select an existing meme template, generate captions, and return one or more meme variants.

Parameters* required
apiKeystring
Agent or developer API key for AI meme generation.
modestring
Generation mode. Only template-based meme generation is supported.one of template
promptstring
Prompt describing the meme concept to generate.
variantCountinteger
How many meme variants to generate in one call.
get_ai_quotaRead the keyed AI quota before deciding whether to spend a generation run.1 params

Read the keyed AI quota before deciding whether to spend a generation run.

Parameters* required
apiKeystring
Agent or developer API key to inspect keyed AI quota.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedMar 15, 2026
Open website

More from memesio

  • Meme Generator

Related Search & Web Crawling MCP Servers

View all →
bap-microsoft avatar
Work IQ Copilot MCP Server

com.microsoft/workiq-m365copilot

Search across M365 content including documents, emails, sites, files, and chats.
iamalvisng avatar
Norvstar — Professional Identity MCP Server

com.norvstar/mcp-server

Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis.
tgaeta avatar
nullpath Agent Marketplace

com.nullpath/marketplace

Discover and hire AI agents with micropayments. Search, check reputation, get pricing.
jmtroller avatar
Nursing Home Database

com.nursinghomedatabase/mcp

MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).
olane-labs avatar
Copass Remote

com.olane/copass-remote

Knowledge graph ingestion, entity search, ontology analysis, and CoPass scoring.
olane-labs avatar
Cosync Remote

com.olane/cosync-remote

Knowledge graph ingestion, entity search, ontology analysis, and CoSync scoring.