Model Context Protocol

Your AI assistant,
inside your task list

Connect Claude, ChatGPT, Cursor, and other AI tools directly to your 10 to Win tasks and habits — read, create, update, and complete work by talking to your AI.

Get the App Setup Guide
Works with your favorite AI tools
Claude Desktop
ChatGPT
Cursor
Windsurf
Cline
Zed
Raycast
LibreChat
Jan

What your AI can do

Once connected, your AI assistant has access to thirteen tools covering tasks, habits, and hands-free workout coaching. Streak data is included in the habit listing response.

List Tasks

Retrieve your current task list with priorities, deadlines, and modes. Ask your AI "what are my top tasks today?" and get a ranked answer.

list_tasks

Create a Task

Tell your AI to add a task — with title, deadline, importance level, and mode — and it appears in your app instantly.

create_task

Update a Task

Reschedule deadlines, change importance, switch modes, or edit the title — all by telling your AI what to change.

update_task

Complete a Task

Mark any task as done through your AI. Great for debriefing a meeting or wrapping up a session by telling your AI what you finished.

complete_task

List Habits

Check today's habit schedule, completion status, and current streaks. Your AI can give you a morning briefing of all your daily habits, including streak counts.

list_habits

Complete a Habit

Record a habit completion for today — including quantity or duration for measurable habits — without opening the app.

complete_habit

Update a Habit

Rename a habit, change its target quantity, switch its time slot (Morning / Anytime / Evening), or adjust its type.

update_habit

Get a Task

Fetch the full details of any single task by ID — title, priority, deadline, notes, duration, importance, category, and mode.

get_task

List Workout Plans

See all your workout plans with their full exercise lists — names, sets, reps, and weights — so your AI can coach you through any of them.

list_workout_plans

Start a Workout

Kick off a workout session from any plan. Your AI announces the first exercise and set so you can get started immediately — hands-free.

start_workout

Active Workout Status

Check the current session at any time — which sets are done, what's next, target reps and weight, and overall progress through the plan.

get_active_workout

Complete a Set

Mark the current set as done — with your actual reps and weight if you want. Your AI immediately tells you what exercise is up next.

complete_workout_set

Finish Workout

Log and close the session when all sets are done. Your AI summarizes total sets, time, and volume — and syncs everything back to the app.

finish_workout

Connect your AI in minutes

Generate an API key in the app under Settings → AI Assistant, then paste the config below into your AI tool of choice.

Claude Desktop, Cursor, Windsurf, Cline, Zed For Claude Desktop: open Settings → Developer → Edit Config and paste this JSON into claude_desktop_config.json, then restart Claude.

For Cursor, Windsurf, Cline, or Zed: add this to your MCP settings and restart the app.
{
  "mcpServers": {
    "10towin": {
      "url": "https://10towin.co/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
ChatGPT / OpenAI Responses API Pass this as the tools array when calling the OpenAI Responses API. For ChatGPT desktop, add this server under Settings → Connectors.
{
  "tools": [
    {
      "type": "mcp",
      "server_label": "10towin",
      "server_url": "https://10towin.co/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  ]
}
Raycast, LibreChat, Jan, and any other HTTP MCP client Copy the server URL and your API key separately and paste them into your client's MCP settings. Replace YOUR_API_KEY with the key generated in the app.
MCP Server URL
https://10towin.co/mcp
API Key Format
Authorization: Bearer YOUR_API_KEY

Generate your API key in the app: Settings → AI Assistant → Set Up AI Assistant

Up and running in four steps

No developer account needed. Your data stays on your server — the AI reads and writes through the secure MCP channel.

1

Download 10 to Win and sign in

Create your account in the app. A free account is all you need to use the AI integration.

2

Open Settings → AI Assistant

Tap "Set Up AI Assistant" to run through the two-minute setup wizard. Give your key a label (e.g. "My MacBook Claude") and tap Create.

3

Copy the config for your AI tool

The wizard shows ready-to-paste config for Claude, ChatGPT, or a raw URL for any other client. Pick your tab and tap Copy.

4

Paste and restart your AI client

Paste the config into your AI tool's settings, restart it, and your 10 to Win tools will appear. Ask your AI "what are my tasks today?" to verify it's working.

Every major AI tool supported

Your 10 to Win MCP server speaks the Streamable HTTP transport — the modern standard supported across all major AI platforms.

Claude Desktop

Recommended

The original MCP client from Anthropic. Full tool support, streaming responses, and the best integration depth. Works on Mac and Windows.

Config format: mcpServers JSON

ChatGPT

Plus / Pro

OpenAI's Responses API and ChatGPT desktop Connectors (rolling out to Plus and Pro users). Use the ChatGPT config tab above.

Config format: tools array (OpenAI Responses API)

Cursor

Dev tool

AI code editor with native MCP support. Open Settings → MCP and paste the Claude-format JSON. Great for developers who want task access while coding.

Config format: mcpServers JSON

Windsurf

Dev tool

Codeium's AI IDE with full MCP support. Add the server under MCP settings using the same format as Cursor.

Config format: mcpServers JSON

Cline

VS Code

Popular VS Code AI extension with comprehensive MCP support. Configure via the Cline MCP panel using the Claude-format JSON.

Config format: mcpServers JSON

Zed

Dev tool

Fast, AI-native code editor with MCP support. Add the server in Zed's MCP settings using the Claude-format config.

Config format: mcpServers JSON

Raycast

Mac

Mac launcher and productivity tool with AI commands and MCP integration. Use the Copy URL tab to configure it with the server URL and your API key.

Config format: Server URL + API key

LibreChat

Self-hosted

Open-source AI chat platform with MCP plugin support. Configure using the server URL and API key from the Copy URL tab.

Config format: Server URL + API key

Jan

Local AI

Local-first AI client that runs models on your own hardware. Supports MCP plugins via server URL and API key configuration.

Config format: Server URL + API key

Ready to connect your AI?

Download 10 to Win, generate an API key in Settings, and your AI assistant will be reading and writing your tasks in minutes.

Download the App View User Guide