streamable-httpMITupdated 1mo ago
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.
Glif 能做什么?
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 thelegacy-local-serverbranch.
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/mcp
Claude 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 glif
Any 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
安装
把 Glif 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http glif https://glif.app/api/mcpcodex mcp add glif --url https://glif.app/api/mcp{
"mcpServers": {
"glif": {
"url": "https://glif.app/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"glif": {
"type": "http",
"url": "https://glif.app/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"glif": {
"url": "https://glif.app/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"glif": {
"serverUrl": "https://glif.app/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年7月30日 |
| 1.0.0 | 2026年7月22日 |