Glance MCP

Connect Glance to the agent you already use.

ChatGPT, Claude, and Cursor keep the intelligence and the other apps. Glance is the Home Screen: the widget, the layout, and the place to push updates.

Public MCP URL

https://glance-api.fly.dev/mcp

Add Glance

Pick a host. Claude and Cursor prefill the connector. ChatGPT opens Plugins so you can paste the URL.

There is no official one-click ChatGPT install yet. Custom connectors need Developer Mode, usually on a paid ChatGPT plan. That is not a Glance plan. Free Glance accounts can still connect.

  1. 1Settings → Security and login → turn on Developer mode.
  2. 2Open ChatGPT Plugins and add a connector.
  3. 3Paste https://glance-api.fly.dev/mcp and finish sign-in on Glance.

Claude Code

claude mcp add --transport http glance https://glance-api.fly.dev/mcp
Add Glance MCP server to Cursor

If the button does not open Cursor, add Glance by hand. Open Cursor Settings → MCP, choose New MCP Server, and paste this into your mcp.json. Save, then sign in on Glance when Cursor prompts you.

{
  "mcpServers": {
    "Glance": {
      "url": "https://glance-api.fly.dev/mcp"
    }
  }
}

Design skill

MCP is the tools. This skill is how the host should design the widget. After you connect, the host can read glance://skills/design. If it does not, install the skill. There is no official one-click Add Skill button.

Raw SKILL.md

https://glance.cool/skills/glance-design/SKILL.md

Open file

Cursor · Claude Code

npx skills add https://glance.cool/skills/glance-design/SKILL.md

Claude · ChatGPT

Download the zip. Claude: Settings → Skills → Upload. ChatGPT: Plugins → Skills → upload. Once Glance is in the ChatGPT directory, the skill ships with the plugin.

Read the full skill on Glance MCP docs.

After you connect

  1. 01

    Allow Glance on the consent page for this account.

  2. 02

    In the host, list your widgets, then create or update one. Do not silently duplicate.

  3. 03

    Pin it on iPhone. Pin to Home Screen.

What each side does

Glance

The Home Screen slot, the layout, ingest, and how to pin the widget.

Your host

Jira, Monday, mail, and the hourly jobs they already have. Glance does not need a Jira connector. If the host already connected that app, it pushes into Glance.

How the tools, XOR ingest, and plans work: Glance MCP docs.