Routinery MCP

Connect Routinery to your AI. Then just ask.

Connect once, then ask ChatGPT, Claude, Cursor, or Gemini to find routines, open details, and prepare changes you can review before saving.

  • ChatGPT
  • Claude
  • Cursor
  • Gemini
Ask in your AI toolRoutinery MCPReview in Routinery
Claude

Show my morning routine.

Routinery MCP · get_routine

Here is your morning flow, with the total time and the next habit ready to start.

Read routines

Open app links

Confirm before edits

Morning Reset

6:30am - 6:54am (24m)

  • 1Drink water1m
  • 2Stretch5m
  • 3Meditate5m
  • 4Shower10m
  • 5Plan day3m
Done at 6:54am

MCP endpoint

https://mcp.routinery.app/mcp

Setup

Add Routinery as a remote MCP server.

  1. Open the MCP or connector settings in your AI tool.
  2. Paste the Routinery MCP endpoint.
  3. Complete the Routinery sign-in flow.
  4. Start with a read-only prompt like “Show my routines.”

Remote MCP URL

https://mcp.routinery.app/mcp

Health check

https://mcp.routinery.app/health

Platform setup paths

Go straight to the right settings screen.

Choose the AI tool you use. Each guide keeps only the path, setup value, and first test you need for that platform.

1

ChatGPT

chatgpt.com > Settings > Plugins > Developer mode

Note

Developer mode is web-only and requires a paid plan (Plus, Pro, Business, or Enterprise). Directory listing is still in preparation.

  1. In ChatGPT settings on the web, open Plugins and turn on Developer mode.
  2. On the Plugins screen, click +, enter a name and description, choose Public endpoint under Connection, then paste the Routinery MCP endpoint (including /mcp) as the server URL and create it.
  3. In a new chat, add the Routinery connection from the tools menu and complete Routinery OAuth sign-in on first use.
Test

Open the connector in a chat and ask “Show my routines.”

2

Claude

Claude > Customize > Connectors > + > Add custom connector

Note

Works on every plan — Free accounts can add one custom connector.

  1. Choose Add custom connector and paste the Routinery MCP endpoint as the remote server URL. (Team/Enterprise admins add it under Organization settings > Connectors.)
  2. Use Advanced settings only if Claude asks for OAuth client details.
  3. Click Add, then Connect to authenticate with Routinery.
Test

In a conversation, open + > Connectors and enable Routinery before asking for routines.

3

Cursor

Cursor Settings > Tools & MCP, or ~/.cursor/mcp.json

Note

Keep tool approvals on while testing write actions.

  1. Open Cursor Settings > Tools & MCP and click New MCP Server, or add the JSON below to mcp.json.
  2. Use a project config at .cursor/mcp.json or a global config at ~/.cursor/mcp.json.
  3. If OAuth opens, finish the Routinery sign-in flow.

Config or command

{ "mcpServers": { "routinery": { "url": "https://mcp.routinery.app/mcp" } } }
Test

Open Cursor Agent and confirm Routinery appears under Available Tools.

4

Gemini CLI

Terminal > ~/.gemini/settings.json, or gemini mcp add

Note

Requires Gemini CLI: npm install -g @google/gemini-cli

  1. Add Routinery with the HTTP transport.
  2. Use user scope for every project or project scope for one repository.
  3. Run the list command to confirm the server is connected.
  4. Use /mcp in Gemini CLI if connection diagnostics are needed.

Config or command

gemini mcp add --transport http routinery https://mcp.routinery.app/mcp
Test

Run gemini mcp list, then ask Gemini to show your Routinery routines.

Examples

What it feels like when Routinery is connected.

Claude

Show my morning routine.

Routinery MCP · get_routine

Here is your morning flow, with the total time and the next habit ready to start.

Morning Reset

6:30am - 6:54am (24m)

  • 1Drink water1m
  • 2Stretch5m
  • 3Meditate5m
  • 4Shower10m
  • 5Plan day3m
Done at 6:54am

Open the routine detail when you want to continue in the app.

ChatGPT

Create a 10-minute wind-down routine for weekdays.

Routinery MCP · create_routine

I drafted a short weekday wind-down routine with timers and repeat days.

Weekday Wind-down

10:00pm - 10:10pm (10m)

  • 1Dim lights1m
  • 2Journal4m
  • 3Breathing5m
Done at 10:10pm

Save the new routine only after you approve the draft.

Cursor

Make meditation 5 minutes in my morning routine.

Routinery MCP · apply_routine_edits

I found meditation in Morning Reset and prepared the duration change.

Morning Reset

6:30am - 6:54am (24m)

  • 1Drink water1m
  • 2Stretch5m
  • 3Meditate5m
  • 4Shower10m
  • 5Plan day3m
Done at 6:54am

Apply only the confirmed edit to the selected habit.

What it can do

Your routines stay useful, and still stay under your control.

  • List your routines
  • Open a routine detail
  • Create or duplicate routines
  • Apply confirmed routine edits
  • Open Routinery app links

Supported platforms

Use the same MCP URL wherever your AI tool supports it.

ChatGPT

Coming soon

Directory listing is in preparation, so one-tap connect isn't available yet. Advanced users can connect today through ChatGPT Developer mode (web only, paid plans), with sign-in handled by Routinery OAuth.

Claude

Remote MCP ready

Add Routinery as a remote MCP connector, then sign in with your Routinery account.

Cursor

HTTP MCP ready

Add the MCP URL in Cursor settings. If your setup only accepts local commands, use the stdio bridge.

Gemini CLI

Configuration based

Add Routinery under mcpServers with httpUrl, or use the local bridge for command-only environments.

Before using edit tools

Routinery requires explicit confirmation before creating, duplicating, or editing routines. If an AI assistant proposes a change, review the exact action before approving it.

Back to Routinery