GetItDone for Claude Desktop
com.nowgetitdone/getitdone
AI-native task management: list, create, update and archive tasks with rich context for AI agents
client:Claude Desktop
transport:streamable-http
Install GetItDone in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"getitdone": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.nowgetitdone.com/api/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