Skip to content
Cursor

TabTree for Cursor

app.tabtree/tabtree

Turn conversations into mind maps and whiteboards — in your TabTree account, or local files.

client:Cursor transport:stdio runtime:npm

Install TabTree in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tabtree": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tabtree-mcp"
      ],
      "env": {
        "TABTREE_API_KEY": "<TABTREE_API_KEY>",
        "TABTREE_DIR": "<TABTREE_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TabTree in other clients