markmap-mcp-server
17
Markmap MCP Server is a tool that transforms Markdown text into interactive mind maps, supporting various export formats and interactive features. It is designed for easy installation and use via npm or Smithery, providing capabilities like browser previews and Markdown copying.
What is the primary function of the Markmap MCP Server?
The primary function is to convert Markdown text into interactive mind maps that can be exported in various image formats.
What formats can the mind maps be exported to?
The mind maps can be exported as PNG, JPG, and SVG images.
Can the generated mind maps be automatically opened in a browser?
Yes, there is an option to automatically open the generated mind maps in the browser.
What are the prerequisites for using the Markmap MCP Server?
The primary prerequisite is having a Node.js runtime environment installed.
How can I specify the output directory for the generated mind maps?
You can specify the output directory using the --output
command line argument or the MARKMAP_DIR
environment variable.