GTD Brain for Claude Desktop
com.gtdbrain/gtd-brain
Getting Things Done (GTD) board: capture to Inbox, next actions by context, projects, waiting-for.
client:Claude Desktop
transport:streamable-http
Install GTD Brain in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gtd-brain": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.gtdbrain.com/api/gtdbrain/v1/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs