A Model Context Protocol (MCP) server that lets AI clients (Claude Code, Cursor) **search, read, and drill into [MindMup
A Model Context Protocol (MCP) server that lets AI clients (Claude Code, Cursor) search, read, and drill into MindMup 2 .mup mind maps stored in Google Drive — without dumping a 3MB JSON tree into the. Exposed over MCP by the mcp mindmup2 google drive mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
Right — click the folder → Share → paste the emaillist_files — List MindMup files from Google Drive (folders and non-.mup filtered by default). Returns id, name, folder_url, size, modified_timeread_mindmap — Read a MindMup file by file_id or file_name (one required; name uses first partial match). Small files (<100KB AI-dict) return content_typesearch_mindmap — Search nodes by keyword. Params: file_id, keyword, optional node_path (subtree scope), max_results=30, normalize_whitespace=True. Returns nodes withget_mindmap_section — Drill into a section by node_path (dotted integers, root is 1, e.g. "1.2.3"). Optional max_depth, offset=0, limit=0. Returns content_type: "full" \Step — DescriptionPrerequisites — The Prerequisites tool exposed by this servermake run-dev-docker / make run-prod) ; Ref. makefile - Google Cloud Platform account - An MCP client that supports HTTP transport (Claude Code or Cursor)Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Mindmup2 Google Drive's toolset — Right, list_files, read_mindmap and 4 more — is a fair guide to whether it matches your workflow. It is maintained by shyinlim; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Mindmup2 Google Drive's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Right | click the folder → Share → paste the email |
| list_files | List MindMup files from Google Drive (folders and non-.mup filtered by default). Returns id, name, folder_url, size, modified_time. |
| read_mindmap | Read a MindMup file by file_id **or** file_name (one required; name uses first partial match). Small files (<100KB AI-dict) return content_type: "full". Large files return content_type: "outline_only" with tree_outline, |
| search_mindmap | Search nodes by keyword. Params: file_id, keyword, optional node_path (subtree scope), max_results=30, normalize_whitespace=True. Returns nodes with node_path, title_preview, breadcrumb, children_count. |
| get_mindmap_section | Drill into a section by node_path (dotted integers, root is 1, e.g. "1.2.3"). Optional max_depth, offset=0, limit=0. Returns content_type: "full" \ |
| Step | Description |
| Prerequisites | The Prerequisites tool exposed by this server. |
make run-dev-docker / make run-prod) ; Ref. makefile - Google Cloud Platform account - An MCP client that supports HTTP transport (Claude Code or Cursor)Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.