Integrate Tobi AI into your development workflow. Brain dump tasks from Claude Desktop, Cursor, or any MCP-compatible AI assistant.
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.
Brain Dump lets you throw unstructured thoughts at Tobi's AI, which organizes them into structured tasks with:
Ask Claude:
Becomes 3 structured tasks in Tobi with appropriate priorities and due dates.
API keys require a Pro subscription. Generate your key from Settings.
Go to Settings → IntegrationsAdd to ~/.claude/mcp.json:
Then restart Claude Desktop.
Add to your Cursor MCP configuration:
Ask Claude or your AI assistant to brain dump your thoughts. Tasks will appear in your Tobi account!
The Tobi MCP server v1.1.0 exposes 7 tools to your AI assistant
Send unstructured thoughts to Tobi AI, which organizes them into structured tasks with priorities and due dates.
text (string, required): Your unstructured thoughts, minimum 10 characters"Brain dump to Tobi: fix auth bug by Friday, call mom, prepare slides for Monday"
Retrieve tasks from Tobi with optional filtering by status, priority, or project.
status: "todo", "in_progress", "done", "archived"priority: "low", "medium", "high", "urgent"projectId: Filter to a specific projectlimit: Max results (default: 50)"Get my urgent tasks from Tobi" or "Show me all in-progress tasks"
Create a new task with title, priority, due date, and optional project assignment.
title (required): Task titledescription: Additional detailspriority: "low", "medium", "high", "urgent"dueDate: YYYY-MM-DD formatprojectId: Assign to project"Create a high priority task in Tobi: Fix OAuth redirect bug, due Friday"
Update an existing task - change status, priority, due dates, or move between projects.
id (required): Task ID to updatestatus: "todo", "in_progress", "done"priority: "low", "medium", "high", "urgent"title, dueDate, projectId"Mark task_abc as done in Tobi" or "Change that task to urgent priority"
List all projects with task counts and progress statistics.
None required
"List my Tobi projects" or "What projects do I have?"
Search contacts and organizations in Tobi's Life Graph - your relationship intelligence system.
query: Search term (name, email, company)type: "people", "organizations", or "all"isVip: Filter to VIP contacts only"Search Tobi for John Smith" or "Find VIP contacts in my Life Graph"
Get your personalized morning brief with tasks, meetings, emails, and relationship reminders.
None required
"Get my daily brief from Tobi" or "What's on my plate today?"
Verify your key starts with tk_live_ and hasn't been revoked.
API access requires a Pro subscription. Upgrade here
Make sure the env block is correctly configured in your MCP client settings.
Get a Pro subscription to unlock API access and generate your key.