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
{
"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