glif-mcp-server
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
Documentation
Glif MCP Server
Glif is a media-generation agent: generate images, video, and audio, transcribe, render HTML, search the web, run code, and chain multi-step media operations — from any MCP client.
- Endpoint: `https://glif.app/api/mcp` (Streamable HTTP, JSON-RPC 2.0)
- Auth: OAuth 2.1 with dynamic client registration — sign in with your Glif account, no API keys
- Install page with one-click buttons: https://glif.app/mcp
- Docs for agents: https://glif.app/llms.txt
This repo holds the registry metadata for the hosted server (see `server.json`); the server itself is part of the glif.app platform and is not open source.
> [!NOTE]
> Looking for the old locally-run stdio server (npm `@glifxyz/glif-mcp-server`)? It's deprecated — the code is parked on the `legacy-local-server` branch.
Tools
`compose_project` does the work — describe what you want in plain language, including a whole series of variations, and Glif picks the models and chains the steps. It returns a `job_id` immediately; poll `get_job_status` for the media, which comes back as `resource_link` blocks pointing at CDN URLs. The rest are read and upload helpers. Call `tools/list` for the authoritative set, or see https://glif.app/mcp.
Generation spends credits from the signed-in Glif account; read-only tools are free. See https://glif.app/pricing.
Install
Claude (web / desktop)
Settings → Connectors → Add custom connector, paste:
https://glif.app/api/mcpClaude Code
claude mcp add --scope user --transport http glif "https://glif.app/api/mcp"Cursor
Or add to `.cursor/mcp.json`:
{ "mcpServers": { "glif": { "url": "https://glif.app/api/mcp" } } }VS Code
code --add-mcp '{"name":"glif","type":"http","url":"https://glif.app/api/mcp"}'ChatGPT
Enable developer mode, then Settings → Apps & Connectors → Add new connector, paste `https://glif.app/api/mcp`, pick OAuth.
Codex
codex mcp add glif --url "https://glif.app/api/mcp"
codex mcp login glifAny other MCP client
{ "mcpServers": { "glif": { "url": "https://glif.app/api/mcp", "transport": "http" } } }Your client opens a browser OAuth sign-in on first connect — approve it to link your Glif account. More clients (Replit, Hermes, OpenClaw, LM Studio, …) with copy-paste snippets: https://glif.app/mcp
Links
- Website: https://glif.app
- MCP install page: https://glif.app/mcp
- Discord: https://discord.gg/glif
- X: https://x.com/heyglif
Registries
- Anthropic MCP Registry
License
MIT - see LICENSE
Frequently asked questions
What is glif-mcp-server?
glif-mcp-server is 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
How do I install glif-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is glif-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/glifxyz/glif-mcp-server and has 26 stars.
Related MCP tools
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
A Unified MCP Server Management App TypeScript-based implementation. Trusted by 800+ developers. Trusted by 800+ developers.
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Lan...
The TypeScript AI agent framework. ⚡ Assistants, RAG, observability. Supports any LLM: GPT-4, Claude, Gemini, Llama. Built for the Model Context Protocol to enh
🤖 A visualization mcp contains 25+ visual charts using @antvis. Using for chart generation and data analysis. TypeScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP