MCP.so
登录

glif-mcp

@MCP-Mirror

关于 glif-mcp

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "glifxyz_glif-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@glifxyz/glif-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

6

Execute 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 服务器