diff --git a/src/intervalsicu_mcp_ui/templates/account.html b/src/intervalsicu_mcp_ui/templates/account.html index 424e0ab..3909633 100644 --- a/src/intervalsicu_mcp_ui/templates/account.html +++ b/src/intervalsicu_mcp_ui/templates/account.html @@ -29,12 +29,43 @@

Connect Claude

-

Add a custom connector in Claude pointing at:

-

{{ mcp_url }}

+

Add a custom connector in Claude pointing at this URL:

+

+ {{ mcp_url }} + +

+ + +

Step by step:

+
    +
  1. In Claude, open Settings → Connectors + (on claude.ai this may be Customize → Connectors).
  2. +
  3. Click Add custom connector.
  4. +
  5. Name it intervals — letters only, no dot.
  6. +
  7. URL: paste the address above (use Copy).
  8. +
  9. Click Add, then sign in with Google when prompted.
  10. +
+ + {% endblock %}