mcpbeat Sign in

Mindwtr MCP Server

by dongdongbh Your server? Claim it
local only

Mindwtr runs on your own machine — the client starts it, so there is no endpoint to ping. 197 installs a week from npm. Last commit 18 Sep 2026.

Task and project automation for local and self-hosted Mindwtr Cloud data; read-only by default.

Installs per day peak 216 · avg 36 · +348% w/w
a month agotoday
197
Installs / week
npm · mindwtr-mcp
2063
Stars
40 open issues
18 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable apps/mobile/plugins/android-quick-settings-tile.js:165
      const serviceDir = path.join(mainRoot, 'java', packageDir, 'quicksettings');
    "plaintextB64": "VGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIHRoZSBsYXp5IGRvZy4gVGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIHRoZSBsYXp5IGRvZy4gVGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIHRoZSBsYXp5IGRvZy4gVGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIHRoZSBsYXp5IGRvZy4gVGhlIHF1aWNrIGJyb3d…
Image runs as root docker/cloud/Dockerfile:23
USER root
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/update-flathub.yml:315
            --title "Update ${{ inputs.channel }} to ${TAG}" \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mindwtr -- npx -y mindwtr-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mindwtr": {
      "args": [
        "-y",
        "mindwtr-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mindwtr]
command = "npx"
args = ["-y", "mindwtr-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mindwtr": {
      "args": [
        "-y",
        "mindwtr-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mindwtr": {
      "args": [
        "-y",
        "mindwtr-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MINDWTR_DB_PATH (Optional path to the local Mindwtr SQLite database.), MINDWTR_MCP_CLOUD_URL (Optional self-hosted Mindwtr Cloud base URL for Cloud mode.), MINDWTR_MCP_CLOUD_TOKEN (Bearer token for self-hosted Mindwtr Cloud mode.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mindwtr

same job, measured the same way
Web Task
by rich-jojo

Browser tasks, sessions, and recipes for MCP and HTTP automation.

82 installs/wk local only
Web Task
by jojo-labs

Browser tasks, sessions, and recipes for MCP and HTTP automation.

local only
Knowledge
by flyvolo

Evidence-graded, task-level record of how AI and automation change 70 occupations. Read-only.

16 tools answering
DrissionPage MCP
by jumodada

Local browser automation for MCP clients powered by DrissionPage.

810 installs/wk local only
OmniFocus
by steveardis

Full CRUD MCP server for OmniFocus via Omni Automation — tasks, projects, folders, tags, recurrence.

59 installs/wk local only
Oswright
by ask-812

Windows desktop automation that re-reads only what changed: 7x fewer tokens per task.

192 installs/wk local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

448 installs/wk local only
OPC-UA MCP Server
by mwieczorkiewicz

Read, write, browse, search, and subscribe to live data on an OPC-UA industrial automation server.

local only

Mindwtr — questions

Answers built from our own checks of this server.

Why is there no uptime for Mindwtr?
Mindwtr runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mindwtr-mcp was installed 197 times last week.
How do I connect Mindwtr?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mindwtr-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mindwtr?
The npm package mindwtr-mcp was installed 197 times in the last week. Week over week that is +348%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mindwtr open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript, 2 063 stars on GitHub and 40 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.