Glif
OfficialThe Glif MCP server enables you to interact with the Glif platform to run and manage AI workflows (glifs) and bots through the Model Context Protocol (MCP).
Run Glifs: Execute glifs with specific inputs using the
run_gliftoolAccess Metadata: Retrieve detailed information about glifs, including required inputs via
glif_infoDiscover Content: Explore curated selections with
list_featured_glifsor search by name/descriptionManage User Data: Access your published glifs, account details, liked glifs, and public runs
Customize Workflows: Save glifs as tools, manage bots, create custom tools, and access URI-based resources
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Glifgenerate a meme about AI taking over the world"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
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.
Related MCP server: ComfyUI MCP Server
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
Registries
Anthropic MCP Registry
License
MIT - see LICENSE
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP for Replicate Flux Model. Generating images by promptsLast updated7201105MIT
- Alicense-qualityDmaintenanceDynamically loads ComfyUI workflows as MCP tools, enabling AI assistants to generate images, videos, and audio by executing workflows across categories like text-to-image, image-to-video, and text-to-audio with automatic parameter mapping and progress monitoring.Last updated53,6983MIT
- AlicenseCqualityCmaintenance通过MCP协议调用ComfyUI加载并执行工作流,支持文生图、图编辑、放大、去背景等场景。Last updated6MIT
- Alicense-qualityCmaintenance通过MCP协议调用ComfyUI,执行文生图、图编辑、放大、去背景等工作流,支持多种MCP客户端。Last updatedMIT
Related MCP Connectors
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glifxyz/glif-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server