Model Context Protocol

Glam MCP for any AI agent

Connect Glam to Claude, Cursor, or any MCP client. Generate images and videos directly from your prompts — no API keys to manage, no CLI to install.

Or sign in to glam.ai first →
claude · ~/projects/glam-demo
OAuth loginNo API keys30+ modelsImage & video

Three steps. No CLI.

From signed in to first generation in under a minute.

  1. 1

    Sign in to glam.ai

    Create a glam.ai account or sign in with the one you already have. Your existing coin balance and plan apply automatically.

  2. 2

    Add the MCP server

    Not in the chat — MCP servers live in your client's settings. Grab this URL:

    See exact commands per client ↓
  3. 3

    Generate from a prompt

    Your agent handles OAuth in the browser, picks the right model, and delivers the result inline.

    Example

    "Generate a cinematic portrait of a woman in a Tokyo neon alley."

Copy-paste install

Pick your client

Typing add mcp https://mcp.glam.ai/mcp into the Claude chat does nothing — MCP servers are configured outside the conversation. Here's the exact command for each client.

Terminal

Claude Code

Run this once in your shell. The next claude session will open a browser to sign you in.

bash
claude mcp add --transport http glam https://mcp.glam.ai/mcp

Verify with claude mcp list — you should see glam listed.

Editor

Cursor

Open Cursor Settings → MCP & Integrations → Add MCP server, or paste this into ~/.cursor/mcp.json:

json
{
  "mcpServers": {
    "glam": {
      "url": "https://mcp.glam.ai/mcp",
      "type": "http"
    }
  }
}

Cursor reloads MCP servers on startup; restart it after saving.

Desktop / Web

Claude Desktop & Web

Open Settings → Connectors → Add custom connector and paste the URL.

url
https://mcp.glam.ai/mcp

Custom connectors require a paid Claude plan (Pro, Max, or Team). On Free, use Claude Code or Cursor instead.

Real prompts

What you can ask for

Type these in Claude or Cursor verbatim. Today every generation starts from at least one image you bring — your selfie, product shot, or moodboard.

Marketing ads

Generate an ad for your business

"Take this product photo, place it on a sunlit kitchen counter with morning steam and add the tagline ‘Brew bolder mornings’ in clean serif."

Bring1 product photo
Daily social

Post Instagram content with yourself in it

"Use my selfie and place me in Tokyo Shinjuku at night with neon reflections — keep my face exact, cinematic 4:5 portrait."

Bring1 selfie
Image to video

Animate any still into a clip

"Turn this photo into a 5-second clip, slow dolly-in, ambient golden-hour light, no character motion."

Bring1 image
Avatar video

Your face, borrowed moves

"Use my selfie as the subject and copy the motion from this reference video, vertical 9:16."

Bring1 selfie + 1 motion-reference video
Lookbook

Stitch a multi-shot brand video

"Make a 5-second cinematic video using these reference shots — same model, same wardrobe across cuts, vertical 9:16."

Bring2–6 reference photos
Compatible agents

Bring your own agent

Anything that speaks MCP Streamable HTTP can connect. These are the clients we've tested end-to-end.

  • Claude DesktopSettings → Connectors
  • Claude WebCustom MCP server
  • Claude Codeclaude.json connectors
  • CursorSettings → MCP Servers
  • MCP Inspectornpx @modelcontextprotocol/inspector

Any MCP-compatible client can connect.

FAQ

Questions, answered