TabTree for Cline
app.tabtree/tabtree
Turn conversations into mind maps and whiteboards — in your TabTree account, or local files.
client:Cline
transport:stdio
runtime:npm
Install TabTree in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"tabtree": {
"command": "npx",
"args": [
"-y",
"tabtree-mcp"
],
"env": {
"TABTREE_API_KEY": "<TABTREE_API_KEY>",
"TABTREE_DIR": "<TABTREE_DIR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs