mcpserver.lol
registry/markmap-mcp-server
Connection check local install

markmap-mcp-server

An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG).

Tools 4
GitHub stars 282
Installs / wk 845
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

4 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

cleanup_mindmaps from source
Permanently delete markmap* files from the output directory. DESTRUCTIVE and irreversible when dryRun is false.\n\ndryRun defaults to false — omitting it WILL delete. Always call o…
get_mindmap from source
Retrieve a generated mind map file by absolute path. Read-only — no side effects. Only paths inside the configured output directory are allowed (path traversal denied).\n\nReturns…
list_mindmaps from source
List markmap* files (html/png/jpg/jpeg/svg) in the output directory, newest first. Read-only — no side effects. Missing/empty dirs return {
markdown_to_mindmap from source