AugmentClaude
OfficialMCP server · stdioRequires credentials

🎨Glif

By Glif· 164

Give Claude the ability to run Glif AI workflows — image generation, memes, and AI mini-apps.

What it does

Glif's official MCP server lets Claude run AI workflows ("glifs") from glif.app — chaining image, text, and multimedia models into runnable mini-apps.

What it gives Claude:

  • Run any glif by ID with your inputs (image generation, memes, selfies, and more)
  • Fetch detailed metadata about a glif and its run history
  • Browse a curated list of featured glifs
  • Search glifs by name or description
  • Access your own saved glifs and account details
  • Optionally browse Glif agents and load their personalities + workflows

Exposes metadata via glif://, glifRun://, and glifUser:// resource URIs. Needs a free Glif API token (set as GLIF_API_TOKEN), available from your Glif account settings.

Installation

Before you start

Get a Glif API token (free) at glif.app/settings/api-tokens. Swap YOUR_API_TOKEN in the command for it.

  1. Make sure Claude is on your device and in your terminal.

    MCP servers register with Claude Code via claude mcp add. You need Claude Code installed first:

    npm i -g @anthropic-ai/claude-code
  2. Set up the server on your machine.

    Runs the project's installer (clone + dependencies + config). Follow any prompts. After this finishes, the server is ready to register with Claude Code in the next step.

  3. Configure credentials.

    Requires a Glif API token, set as the GLIF_API_TOKEN environment variable, obtained from your Glif account at glif.app/settings/api-tokens.

  4. Restart Claude Code.

    Quit and reopen Claude Code so it picks up the new MCP registration. Run /mcp inside Claude Code to confirm the server is connected.

  5. Use it.

    Ask Claude naturally. It will call the server's tools when your request matches one. Tool calls show up inline so you can see exactly what Claude is doing.

Prefer to read the source first? Open on GitHub.