Mindmap MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOOLBARNoWhether to show the toolbar in the mindmaptrue
FILENAMENoCustom filename for the generated mindmap file (when using filePath return type)
RETURN_TYPENoSpecifies the return type of the mindmap contenthtml

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_markdown_to_mindmap

Convert Markdown content to a mindmap mind map.

Args: markdown_content: The Markdown content to convert Returns: Either the HTML content or the file path to the generated HTML, depending on the --return-type server argument
ID: jgeglu7wqw