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.
Connect in a few clicks (recommended)
Section titled “Connect in a few clicks (recommended)”- Open Settings → MCP (Settings opens as an overlay from your profile menu)
- Under MCP Keys, click the Create new key field
- Pick your client from the Quick Connect list that appears:
- Claude Code
- Claude Desktop
- Cursor
- OpenClaw
- 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.
Connect manually
Section titled “Connect manually”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"Managing your keys
Section titled “Managing your keys”Your active keys are listed under Your keys in Settings → MCP. You can revoke a key at any time — the connection stops working immediately.
Keep your key safe
Section titled “Keep your key safe”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.