Hosted MCP server for searching meme templates, rendering captioned memes, and generating AI memes through a streamable HTTP endpoint.
Overview
{"ok":true,"name":"memesio-meme-generator","transport":"streamable-http","endpoint":"https://memesio.com/api/mcp","manifest":"https://memesio.com/.well-known/mcp.json","docs":"https://memesio.com/developers/mcp","note":"Use POST with application/json and Accept: application/json, text/event-stream for MCP JSON-RPC calls."}
Server Config
{
"mcpServers": {
"memesio": {
"type": "streamable-http",
"url": "https://memesio.com/api/mcp"
}
}
}