tobiAI
Pro Feature

Developers

Integrate Tobi AI into your development workflow. Brain dump tasks from Claude Desktop, Cursor, or any MCP-compatible AI assistant.

MCP Server

Our MCP (Model Context Protocol) server exposes Tobi's Brain Dump feature to AI assistants. No other task manager offers AI-powered parsing of unstructured text via MCP.

What is Brain Dump?

Brain Dump lets you throw unstructured thoughts at Tobi's AI, which organizes them into structured tasks with:

  • Priorities (low, medium, high, urgent)
  • Due dates extracted from natural language ("by Friday", "next week")
  • Emotional signals detection
  • Relationship insights when you mention contacts

Example

Ask Claude:

prompt
"Use Tobi to brain dump: I need to fix the login bug before Friday,
call Sarah about the Q1 planning, and remember to send invoices"

Becomes 3 structured tasks in Tobi with appropriate priorities and due dates.

Quick Start

1

Get an API Key

API keys require a Pro subscription. Generate your key from Settings.

Go to Settings → Integrations
2

Configure Your MCP Client

Claude Desktop

Add to ~/.claude/mcp.json:

json
{
  "mcpServers": {
    "tobi": {
      "command": "npx",
      "args": ["@tomo/mcp-server"],
      "env": {
        "TOBI_API_KEY": "tk_live_your_key_here"
      }
    }
  }
}

Then restart Claude Desktop.

Cursor

Add to your Cursor MCP configuration:

json
{
  "tobi": {
    "command": "npx",
    "args": ["@tomo/mcp-server"],
    "env": {
      "TOBI_API_KEY": "tk_live_your_key_here"
    }
  }
}
3

Start Using It

Ask Claude or your AI assistant to brain dump your thoughts. Tasks will appear in your Tobi account!

Available Tools

brain_dump

Send unstructured text to Tobi AI for processing into tasks.

Input

  • text (string, required): Your unstructured thoughts, minimum 10 characters

Output

  • Summary of tasks created
  • List of tasks with priorities and due dates
  • Any insights or emotional flags detected
  • Clarifying questions if needed

Troubleshooting

"Invalid API key"

Verify your key starts with tk_live_ and hasn't been revoked.

"Pro subscription required"

API access requires a Pro subscription. Upgrade here

"TOBI_API_KEY environment variable is required"

Make sure the env block is correctly configured in your MCP client settings.

PRO FEATURE

Ready to integrate?

Get a Pro subscription to unlock API access and generate your key.

View PricingGenerate API Key