Loading...
npx -y @smithery/cli install @jinzcdev/markmap-mcp-server --client claude{
"mcpServers": {
"markmap": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@jinzcdev/markmap-mcp-server"],
"env": {
"MARKMAP_DIR": "/path/to/output/directory"
}
}
}
}markdown-to-mindmapConverts Markdown text to an interactive mind map and saves it as a file.
Writes a file to the file system and can open a browser window.
The Markmap MCP server is relatively safe for converting Markdown to mind maps, but the file system writes and automatic browser opening introduce moderate risks. It's safe to use if the output directory is restricted and the `open` parameter is carefully managed. It's risky if the server is exposed without proper access controls or if the generated Markdown is from an untrusted source.