Developer

Connect Sense to your tools.

Sense runs an MCP server, so any MCP client can read your family's calendar, lists, chores, reminders, and meals, and make changes for you. Developer tools connect with an API token; assistants that support OAuth sign in with your Sense account instead.

Just want Sense inside ChatGPT or Claude? You don't need any of this. Find Sense in ChatGPT's Plugins or under Customize, then Connectors, in Claude, and sign in. See how.

First, create a token

In the Sense app, open Settings → Developer → API Tokens and tap the + button. Choose Full access (create and edit) or Read only, then copy the token. It is shown only once, so paste it somewhere safe. Everywhere you see YOUR_TOKEN below, use that value.

Server URL
https://api.getsense.ai/mcp

1. Run this in your terminal

claude mcp add --transport http sense \ https://api.getsense.ai/mcp \ --header "Authorization: Bearer YOUR_TOKEN"

Replace YOUR_TOKEN with the token you copied. Add --scope user to make Sense available in every project.

2. Check it connected

Run claude mcp list - Sense should show as Connected. Inside a session, /mcp lists the tools Sense exposes.

About access levels. A Full access token can create, edit, and delete your family's data. A Read only token can view it but never change anything - useful for dashboards or tools you want to keep hands-off. You can revoke any token from Settings → Developer at any time, and it stops working immediately.

Not connecting?

  • Make sure "type": "http" is present in the JSON - it is required for remote servers.
  • Confirm the token has not been revoked in Settings → Developer.
  • After editing a config file, fully quit and reopen the app.
  • Check there are no extra spaces around the token in the Authorization header.

Still stuck? Email support@getsense.ai and tell us which client you're connecting and what you saw.