todo mcp for Claude Desktop
io.github.pasichdev/todo-mcp
Shared TODO/backlog MCP server with claim tracking, web UI, and encrypted local storage.
client:Claude Desktop
transport:stdio
runtime:npm
Install todo mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"todo-mcp": {
"command": "npx",
"args": [
"-y",
"@pasichdev/todo-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs