tobiAI

MCP Server for Claude/Cursor

Last updated: 2025-01-15

Tobi provides an MCP (Model Context Protocol) server that allows AI assistants like Claude Desktop and Cursor to interact with Tobi directly.Pro

Setup

  1. Generate an API key at Settings > Integrations
  2. Add the MCP server to your Claude config
  3. Restart Claude Desktop

Claude Desktop Config

Add this to your ~/.claude/mcp.json:

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

Cursor Config

Add this to your .cursor/mcp.json:

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

Available Tools

  • brain_dump - Send unstructured text to Tobi AI for processing into tasks

Example: "Use Tobi to brain dump: fix auth bug, call mom, prepare slides"