Mindwtr is a local-first GTD task manager with desktop, mobile, web/PWA, and sync options such as file sync, WebDAV, Dropbox, iCloud/CloudKit, and self-hosted backends. It also exposes automation interfaces including a local REST API, CLI helper, and an MCP server for LLM-driven task automation.
From the registry: Task and project automation for local Mindwtr data, with read-only self-hosted Cloud access.



Please install the `mindwtr` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm** — Required to launch the published MCP server with npx. (https://nodejs.org/)
- **Install and configure Mindwtr desktop app** — The MCP server automates a local Mindwtr instance. The README states the desktop app can start its local REST API from Settings -> Advanced on 127.0.0.1 with default port 3456 and a generated bearer token. (https://github.com/dongdongbh/Mindwtr)
- **Enable Mindwtr local REST API and obtain bearer token** — In the Mindwtr desktop app, enable the localhost API server in Settings -> Advanced and note the generated bearer token. The MCP server depends on this local API. (https://github.com/dongdongbh/Mindwtr/wiki/MCP-Server)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","mindwtr-mcp"]
Note: The README explicitly says the MCP server is a local stdio server available as the npm package `mindwtr-mcp` and can be launched by MCP clients with `npx -y mindwtr-mcp`. The provided README does not list any MCP server environment variables or command-line arguments. It also notes the desktop app's local REST API defaults to 127.0.0.1:3456 with a generated bearer token, but the exact way those values are passed to `mindwtr-mcp` is not specified in this README.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…