MCP.so
Sign In

glif-mcp

@MCP-Mirror

About glif-mcp

Mirror of

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

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

Overview

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.

Comments

More Other MCP servers