AI meme generator — CLI tool and MCP server for Claude Code
Project description
memer-mcp
AI meme generator — CLI tool and MCP server for Claude Code.
Powered by memelord.com.
Get an API key
Sign up at memelord.com and grab your API key (starts with mlord_live_).
Install
pip install memer-mcp
Use with Claude Code (MCP)
Add to your Claude Code MCP config (~/.claude.json or project .mcp.json):
{
"mcpServers": {
"memer": {
"command": "uvx",
"args": ["memer-mcp"],
"env": { "MEME_API": "mlord_live_YOUR_KEY_HERE" }
}
}
}
Claude will now have a memer tool it can use to generate memes during conversations.
Use as a CLI
export MEME_API=mlord_live_YOUR_KEY_HERE
memer "developer fixing bugs at 3am"
memer "when the code finally compiles" --count 3
memer "monday morning meetings" --classic
memer "css centering a div" --open
CLI options
| Flag | Description |
|---|---|
-n N, --count N |
Generate 1-10 memes (default: 1) |
--classic |
Classic meme templates only |
--trending |
Trending meme templates only |
--nsfw |
Include NSFW templates |
--open |
Also open in system viewer |
--json |
Print raw API response |
Memes are saved to ~/.memer/memes/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memer_mcp-0.1.0.tar.gz.
File metadata
- Download URL: memer_mcp-0.1.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45f86585a9f14d9e8c59491156c7ab892547503999f367836da4af2190276799
|
|
| MD5 |
6a44544b896057061cfc2feedcdd7014
|
|
| BLAKE2b-256 |
de55031b17c05db372f1303ce5b7356e3ebef27487f6eae45246a70366f49525
|
File details
Details for the file memer_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: memer_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ced5bdba1b4e7621cfed91827404c7ec74651e1855a538a98955c5789ac02a42
|
|
| MD5 |
1129bebcfd2ec24257ffd89d672ecb6c
|
|
| BLAKE2b-256 |
8ccb2b7a6302988b7795a251b47154fdc6874d37809b3d456279d43af9cc5c6e
|