Glif
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
What is Glif?
Glif is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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
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
This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Easily run glif.app AI workflows inside your LLM: image gene
Use Cases
Maintainer
Works with
Installation
NPM
npx -y glifManual Installation
npx -y glifConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Glif
Glif MCP Server connects your LLM client to the glif.app platform, enabling you to run hundreds of community-built AI workflows directly from Claude or other MCP clients. Workflows on glif cover image generation, meme creation, selfie filters, text transformation, and more — all powered by models like Flux, Stable Diffusion, and GPT-4. It bridges the gap between conversational AI and specialized multimedia generation pipelines without requiring you to leave your chat interface.
Prerequisites
- Node.js 18+ installed
- A glif.app account (free tier available at glif.app)
- A Glif API token from https://glif.app/settings/api-tokens
- An MCP-compatible client such as Claude Desktop or Cursor
Create a Glif account and generate an API token
Sign up or log in at glif.app, then navigate to Settings > API Tokens. Create a new token and copy it — you will need this for the configuration.
Find workflow IDs you want to use
Browse glif.app to find workflows you want to run. Each workflow URL contains its ID, e.g. glif.app/run/abc123. You can also let the server's discovery tools find workflows dynamically.
Configure your MCP client
Add the glif MCP server to your claude_desktop_config.json. Set GLIF_API_TOKEN to your token. Optionally set GLIF_IDS to a comma-separated list of workflow IDs to pre-load as named tools.
Restart your MCP client
Restart Claude Desktop or your MCP client to load the new server. The glif tools (run_workflow, search_workflows, my_workflows, etc.) will become available.
Search for and run a workflow
Ask Claude to search for workflows by topic or run a specific glif by ID. The run_workflow tool handles input parameters automatically based on the workflow's schema.
Glif Examples
Client configuration
Claude Desktop configuration with a Glif API token and optional pre-loaded workflow IDs. Replace 'your-token-here' with your actual token from glif.app/settings/api-tokens.
{
"mcpServers": {
"glif": {
"command": "npx",
"args": ["-y", "@glifxyz/glif-mcp-server@latest"],
"env": {
"GLIF_API_TOKEN": "your-token-here",
"GLIF_IDS": "workflow-id-1,workflow-id-2"
}
}
}
}Prompts to try
Example prompts for discovering and running Glif workflows from Claude.
- "Search for image generation workflows on Glif and run the most popular one with the prompt 'a cyberpunk city at night'."
- "Find a meme generator workflow on Glif and create a meme about programming bugs."
- "List my saved Glif workflows and run the selfie filter one with this description: neon anime style."Troubleshooting Glif
Error: GLIF_API_TOKEN is not set or invalid
Ensure the GLIF_API_TOKEN environment variable is set in your MCP config's env block. Generate a new token at https://glif.app/settings/api-tokens if the existing one has expired or been revoked.
run_workflow fails with 'workflow not found'
Verify the workflow ID is correct by visiting the workflow page on glif.app. The ID appears in the URL (e.g., glif.app/run/abc123 → ID is 'abc123'). Some workflows may be private or deleted.
No tools appear after adding the server
Check that npx can resolve @glifxyz/glif-mcp-server by running 'npx -y @glifxyz/glif-mcp-server@latest' manually in a terminal. If it fails, ensure Node.js 18+ is installed and npm registry is accessible.
Frequently Asked Questions about Glif
What is Glif?
Glif is a Model Context Protocol (MCP) server that 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 It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Glif?
Install via npm with the command: npx -y glif. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Glif?
Glif works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Glif free to use?
Yes, Glif is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Glif Alternatives — Similar Cloud Services Servers
Looking for alternatives to Glif? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
Browse More Cloud Services MCP Servers
Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Glif in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Glif?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.