glif-mcp-server
by glifxyz·★ 122·综合分 46
MCP 服务器,让您可以在 LLM 客户端中执行 glif.app 的 AI 工作流。
概述
glif-mcp-server 通过 MCP 协议将 glif.app 平台的 AI 工作流连接到 LLM 客户端。用户可以直接从他们的 AI 助手中运行图像生成、模因创建和其他多媒体 AI 工作流。该服务器提供了运行工作流和获取信息的核心工具、浏览特色工作流的发现工具,以及可选的代理工具。它使用 TypeScript 构建,提供本地安装和 npx 执行两种方式。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您需要将 AI 图像生成或多媒体工作流集成到 LLM 对话中,尤其是在您已经在使用 glif.app 时,请选择此服务器。
什么时候不要选它
如果您不想被 glif.app 绑定,或者需要 glif 不支持的 AI 工作流,请避免使用此服务器。
此 server 暴露的工具
从 README 抽取出 8 个工具run_workflowRun a workflow with the specified ID and inputs
workflow_infoGet detailed information about a workflow
list_featured_workflowsGet a curated list of featured workflows
search_workflowsSearch for workflows by name or description
my_workflowsGet a list of your workflows
my_user_infoGet detailed information about your account
list_agentsGet a list of agents with optional filtering
load_agentLoad an agent and get its details including personality and workflows
可对比工具
安装
安装
通过 npx 运行(推荐)
- 从 https://glif.app/settings/api-tokens 获取您的 API 令牌
- 将服务器添加到您的 Claude Desktop 配置文件(macOS 上为
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"glif": {
"command": "npx",
"args": ["-y", "@glifxyz/glif-mcp-server@latest"],
"env": {
"GLIF_API_TOKEN": "your-token-here"
}
}
}
}从本地副本运行
git clone https://github.com/glifxyz/glif-mcp-server
cd glif-mcp-server
npm install
npm run build然后在您的 MCP 客户端中配置指向构建后的 index.js 文件的路径。
FAQ
- glif.app 是什么?
- Glif 是一个平台,允许用户创建和运行各种多媒体任务的 AI 工作流,如图像生成、模因创建等。
- 如何获取我的 API 令牌?
- 您可以通过访问 https://glif.app/settings/api-tokens 在您的 Glif 账户设置中获取 API 令牌。
glif-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。