Skip to content

Connect to Claude & AI Tools (MCP)

BlinkLife supports MCP (Model Context Protocol), which lets external AI tools — like Claude, Cursor, and OpenClaw — securely connect to your BlinkLife account and work with your data and tools.

  1. Open Settings → MCP (Settings opens as an overlay from your profile menu)
  2. Under MCP Keys, click the Create new key field
  3. Pick your client from the Quick Connect list that appears:
    • Claude Code
    • Claude Desktop
    • Cursor
    • OpenClaw
  4. BlinkLife creates a key and gives you a ready-to-paste command or config for that client — including the exact server URL. Follow the on-screen instructions.

If your tool isn’t in the Quick Connect list, create a key (Settings → MCP → Create new key, give it a name, then Create) and configure your client with:

  • Server URL: https://api.blinklife.com/api/v1/mcp
  • Transport: Streamable HTTP
  • Auth header: Authorization: Bearer YOUR_KEY

For example, with Claude Code:

claude mcp add --transport http blinklife https://api.blinklife.com/api/v1/mcp --header "Authorization: Bearer YOUR_KEY"

Your active keys are listed under Your keys in Settings → MCP. You can revoke a key at any time — the connection stops working immediately.

Treat your MCP key like a password — it grants access to your BlinkLife account. Don’t share it or paste it into public code. If a key is ever exposed, revoke it and create a new one.