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": ["tobi-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": ["tobi-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

The Tobi MCP server v1.1.0 exposes 7 tools to your AI assistant

brain_dump

Send unstructured thoughts to Tobi AI, which organizes them into structured tasks with priorities and due dates.

Parameters

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

Example

"Brain dump to Tobi: fix auth bug by Friday, call mom, prepare slides for Monday"

get_tasks

Retrieve tasks from Tobi with optional filtering by status, priority, or project.

Parameters

  • status: "todo", "in_progress", "done", "archived"
  • priority: "low", "medium", "high", "urgent"
  • projectId: Filter to a specific project
  • limit: Max results (default: 50)

Example

"Get my urgent tasks from Tobi" or "Show me all in-progress tasks"

create_task

NEW

Create a new task with title, priority, due date, and optional project assignment.

Parameters

  • title (required): Task title
  • description: Additional details
  • priority: "low", "medium", "high", "urgent"
  • dueDate: YYYY-MM-DD format
  • projectId: Assign to project

Example

"Create a high priority task in Tobi: Fix OAuth redirect bug, due Friday"

update_task

NEW

Update an existing task - change status, priority, due dates, or move between projects.

Parameters

  • id (required): Task ID to update
  • status: "todo", "in_progress", "done"
  • priority: "low", "medium", "high", "urgent"
  • title, dueDate, projectId

Example

"Mark task_abc as done in Tobi" or "Change that task to urgent priority"

get_projects

NEW

List all projects with task counts and progress statistics.

Parameters

None required

Example

"List my Tobi projects" or "What projects do I have?"

life_graph_search

NEW

Search contacts and organizations in Tobi's Life Graph - your relationship intelligence system.

Parameters

  • query: Search term (name, email, company)
  • type: "people", "organizations", or "all"
  • isVip: Filter to VIP contacts only

Example

"Search Tobi for John Smith" or "Find VIP contacts in my Life Graph"

daily_brief

NEW

Get your personalized morning brief with tasks, meetings, emails, and relationship reminders.

Parameters

None required

Example

"Get my daily brief from Tobi" or "What's on my plate today?"

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