TabTree for Claude Desktop
app.tabtree/tabtree
Turn conversations into mind maps and whiteboards — in your TabTree account, or local files.
client:Claude Desktop
transport:stdio
runtime:npm
Install TabTree in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tabtree": {
"command": "npx",
"args": [
"-y",
"tabtree-mcp"
],
"env": {
"TABTREE_API_KEY": "<TABTREE_API_KEY>",
"TABTREE_DIR": "<TABTREE_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs