mcpbeat Sign in

Mind Elixir MCP Server

by mind-elixir Your server? Claim it
local only

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

Create, edit, and organize mind maps in the Mind Elixir Desktop app from any MCP client.

Installs per day peak 371 · avg 25
a month agotoday
752
Installs / week
npm · @mind-elixir/mcp
1
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mind Elixir every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp -- npx -y @mind-elixir/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@mind-elixir/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@mind-elixir/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@mind-elixir/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@mind-elixir/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MIND_ELIXIR_MCP_URL (Target URL of the Mind Elixir Desktop MCP endpoint. Defaults to http://127.0.0.1:6595/mcp). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mind Elixir

same job, measured the same way
MindMeister
by mindmeister

Create, edit, and organize MindMeister mind maps from your AI assistant.

answering
Atlas Red mind maps
by atlas-red

Create, edit, restructure, import and export Atlas Red mind maps from any MCP client. Free.

answering
JustBlogged
by usamaejaz

Create, edit, organize, publish, and configure JustBlogged blogs from MCP clients.

45 tools answering
Aurora
by aurora

Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.

answering
Gisti — AI Checklists
by antonchuraev99

Read, AI-create, and edit your Gisti checklists in plain language from any MCP client.

answering
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Apple Notes
by jonathanrreed

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

944 installs/wk local only
Lindo AI
by lindoai

Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.

46 installs/wk answering

Mind Elixir — questions

Answers built from our own checks of this server.

Why is there no uptime for Mind Elixir?
Mind Elixir 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 @mind-elixir/mcp was installed 752 times last week.
How do I connect Mind Elixir?
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 @mind-elixir/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mind Elixir?
The npm package @mind-elixir/mcp was installed 752 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mind Elixir open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.