Easily run glif.app AI workflows inside your LLM: image generators, memes, selfies, and more. Glif supports all major multimedia AI models inside one app
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"glif-mcp-server": {
"command": "npx",
"args": [
"-y",
"glifxyz/glif-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add glif-mcp-server npx -y glifxyz/glif-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"glif-mcp-server": {
"command": "npx",
"args": [
"-y",
"glifxyz/glif-mcp-server"
]
}
}
}
📋 Copy