glif-mcp
@MCP-Mirror
关于 glif-mcp
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"glifxyz_glif-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@glifxyz/glif-mcp-server",
"--client",
"claude"
]
}
}
}工具
6Execute a glif with inputs
Get detailed metadata about a glif, including input fields
Get a curated list of featured glifs
current user's published glifs (no drats)
current user's liked glifs
current user's public runs
概览
What is glif-mcp?
glif-mcp is an MCP server that lets you run AI workflows from glif.app directly within MCP‑compatible clients like Claude Desktop. It provides tools to execute glifs with inputs, retrieve metadata about glifs, runs, and users, and access resources via URIs.
How to use glif-mcp?
Clone the repository, install dependencies (npm install), build (npm run build), obtain an API token from https://glif.app/settings/api-tokens, then configure your MCP client to run node /path/to/build/index.js with the GLIF_API_TOKEN environment variable. You can also install and run it remotely via Smithery.
Key features of glif-mcp
- Run glifs with custom inputs
- Get detailed glif metadata and input fields
- Retrieve run and user profile details
- List featured glifs from glif.app
- Manage your own published, liked, and run glifs
- Subject to same account usage limits and credits
Use cases of glif-mcp
- Automate glif execution from an AI assistant
- Retrieve glif metadata for documentation or inspection
- Explore featured glifs directly in your chat interface
- Manage personal glif collections and run history
FAQ from glif-mcp
How do I get an API token?
Obtain your token from https://glif.app/settings/api-tokens and set it as the GLIF_API_TOKEN environment variable.
What are the usage limits?
Usage is subject to the same limits as your glif.app user account; you can purchase more credits at https://glif.app/pricing.
Can I run glif-mcp remotely?
Yes, you can install it via Smithery to host and run the server remotely for Claude Desktop.
What dependencies does it require?
You need a recent version of Node.js and npm. The server communicates over stdio.
How can I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a browser‑based debugging URL.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论