TabTree for Grok
app.tabtree/tabtree
Turn conversations into mind maps and whiteboards — in your TabTree account, or local files.
client:Grok
transport:stdio
runtime:npm
Install TabTree in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tabtree": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tabtree-mcp"
],
"env": {
"TABTREE_API_KEY": "<TABTREE_API_KEY>",
"TABTREE_DIR": "<TABTREE_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs